@nikcli-ai/sdk 1.189.0 → 1.190.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/v2/gen/sdk.gen.d.ts +212 -0
- package/dist/v2/gen/types.gen.d.ts +266 -1
- package/package.json +1 -1
package/dist/v2/gen/sdk.gen.d.ts
CHANGED
|
@@ -3334,6 +3334,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3334
3334
|
value: number;
|
|
3335
3335
|
detail?: string;
|
|
3336
3336
|
indeterminate?: boolean;
|
|
3337
|
+
} | {
|
|
3338
|
+
type: "metric";
|
|
3339
|
+
id: string;
|
|
3340
|
+
label: string;
|
|
3341
|
+
value: string;
|
|
3342
|
+
detail?: string;
|
|
3343
|
+
trend?: string;
|
|
3344
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
3345
|
+
} | {
|
|
3346
|
+
type: "section";
|
|
3347
|
+
id: string;
|
|
3348
|
+
label: string;
|
|
3349
|
+
detail?: string;
|
|
3337
3350
|
} | {
|
|
3338
3351
|
type: "separator";
|
|
3339
3352
|
id?: string;
|
|
@@ -3345,6 +3358,7 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3345
3358
|
kind: "dialog";
|
|
3346
3359
|
modal?: boolean;
|
|
3347
3360
|
width?: "small" | "medium" | "large";
|
|
3361
|
+
layout?: "stack" | "dashboard";
|
|
3348
3362
|
} | {
|
|
3349
3363
|
id: string;
|
|
3350
3364
|
title: string;
|
|
@@ -3394,6 +3408,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3394
3408
|
value: number;
|
|
3395
3409
|
detail?: string;
|
|
3396
3410
|
indeterminate?: boolean;
|
|
3411
|
+
} | {
|
|
3412
|
+
type: "metric";
|
|
3413
|
+
id: string;
|
|
3414
|
+
label: string;
|
|
3415
|
+
value: string;
|
|
3416
|
+
detail?: string;
|
|
3417
|
+
trend?: string;
|
|
3418
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
3419
|
+
} | {
|
|
3420
|
+
type: "section";
|
|
3421
|
+
id: string;
|
|
3422
|
+
label: string;
|
|
3423
|
+
detail?: string;
|
|
3397
3424
|
} | {
|
|
3398
3425
|
type: "separator";
|
|
3399
3426
|
id?: string;
|
|
@@ -3459,6 +3486,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3459
3486
|
value: number;
|
|
3460
3487
|
detail?: string;
|
|
3461
3488
|
indeterminate?: boolean;
|
|
3489
|
+
} | {
|
|
3490
|
+
type: "metric";
|
|
3491
|
+
id: string;
|
|
3492
|
+
label: string;
|
|
3493
|
+
value: string;
|
|
3494
|
+
detail?: string;
|
|
3495
|
+
trend?: string;
|
|
3496
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
3497
|
+
} | {
|
|
3498
|
+
type: "section";
|
|
3499
|
+
id: string;
|
|
3500
|
+
label: string;
|
|
3501
|
+
detail?: string;
|
|
3462
3502
|
} | {
|
|
3463
3503
|
type: "separator";
|
|
3464
3504
|
id?: string;
|
|
@@ -3519,6 +3559,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3519
3559
|
value: number;
|
|
3520
3560
|
detail?: string;
|
|
3521
3561
|
indeterminate?: boolean;
|
|
3562
|
+
} | {
|
|
3563
|
+
type: "metric";
|
|
3564
|
+
id: string;
|
|
3565
|
+
label: string;
|
|
3566
|
+
value: string;
|
|
3567
|
+
detail?: string;
|
|
3568
|
+
trend?: string;
|
|
3569
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
3570
|
+
} | {
|
|
3571
|
+
type: "section";
|
|
3572
|
+
id: string;
|
|
3573
|
+
label: string;
|
|
3574
|
+
detail?: string;
|
|
3522
3575
|
} | {
|
|
3523
3576
|
type: "separator";
|
|
3524
3577
|
id?: string;
|
|
@@ -3595,6 +3648,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3595
3648
|
value: number;
|
|
3596
3649
|
detail?: string;
|
|
3597
3650
|
indeterminate?: boolean;
|
|
3651
|
+
} | {
|
|
3652
|
+
type: "metric";
|
|
3653
|
+
id: string;
|
|
3654
|
+
label: string;
|
|
3655
|
+
value: string;
|
|
3656
|
+
detail?: string;
|
|
3657
|
+
trend?: string;
|
|
3658
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
3659
|
+
} | {
|
|
3660
|
+
type: "section";
|
|
3661
|
+
id: string;
|
|
3662
|
+
label: string;
|
|
3663
|
+
detail?: string;
|
|
3598
3664
|
} | {
|
|
3599
3665
|
type: "separator";
|
|
3600
3666
|
id?: string;
|
|
@@ -3606,6 +3672,7 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3606
3672
|
kind: "dialog";
|
|
3607
3673
|
modal?: boolean;
|
|
3608
3674
|
width?: "small" | "medium" | "large";
|
|
3675
|
+
layout?: "stack" | "dashboard";
|
|
3609
3676
|
} | {
|
|
3610
3677
|
id: string;
|
|
3611
3678
|
title: string;
|
|
@@ -3655,6 +3722,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3655
3722
|
value: number;
|
|
3656
3723
|
detail?: string;
|
|
3657
3724
|
indeterminate?: boolean;
|
|
3725
|
+
} | {
|
|
3726
|
+
type: "metric";
|
|
3727
|
+
id: string;
|
|
3728
|
+
label: string;
|
|
3729
|
+
value: string;
|
|
3730
|
+
detail?: string;
|
|
3731
|
+
trend?: string;
|
|
3732
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
3733
|
+
} | {
|
|
3734
|
+
type: "section";
|
|
3735
|
+
id: string;
|
|
3736
|
+
label: string;
|
|
3737
|
+
detail?: string;
|
|
3658
3738
|
} | {
|
|
3659
3739
|
type: "separator";
|
|
3660
3740
|
id?: string;
|
|
@@ -3720,6 +3800,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3720
3800
|
value: number;
|
|
3721
3801
|
detail?: string;
|
|
3722
3802
|
indeterminate?: boolean;
|
|
3803
|
+
} | {
|
|
3804
|
+
type: "metric";
|
|
3805
|
+
id: string;
|
|
3806
|
+
label: string;
|
|
3807
|
+
value: string;
|
|
3808
|
+
detail?: string;
|
|
3809
|
+
trend?: string;
|
|
3810
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
3811
|
+
} | {
|
|
3812
|
+
type: "section";
|
|
3813
|
+
id: string;
|
|
3814
|
+
label: string;
|
|
3815
|
+
detail?: string;
|
|
3723
3816
|
} | {
|
|
3724
3817
|
type: "separator";
|
|
3725
3818
|
id?: string;
|
|
@@ -3780,6 +3873,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3780
3873
|
value: number;
|
|
3781
3874
|
detail?: string;
|
|
3782
3875
|
indeterminate?: boolean;
|
|
3876
|
+
} | {
|
|
3877
|
+
type: "metric";
|
|
3878
|
+
id: string;
|
|
3879
|
+
label: string;
|
|
3880
|
+
value: string;
|
|
3881
|
+
detail?: string;
|
|
3882
|
+
trend?: string;
|
|
3883
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
3884
|
+
} | {
|
|
3885
|
+
type: "section";
|
|
3886
|
+
id: string;
|
|
3887
|
+
label: string;
|
|
3888
|
+
detail?: string;
|
|
3783
3889
|
} | {
|
|
3784
3890
|
type: "separator";
|
|
3785
3891
|
id?: string;
|
|
@@ -3852,6 +3958,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3852
3958
|
value: number;
|
|
3853
3959
|
detail?: string;
|
|
3854
3960
|
indeterminate?: boolean;
|
|
3961
|
+
} | {
|
|
3962
|
+
type: "metric";
|
|
3963
|
+
id: string;
|
|
3964
|
+
label: string;
|
|
3965
|
+
value: string;
|
|
3966
|
+
detail?: string;
|
|
3967
|
+
trend?: string;
|
|
3968
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
3969
|
+
} | {
|
|
3970
|
+
type: "section";
|
|
3971
|
+
id: string;
|
|
3972
|
+
label: string;
|
|
3973
|
+
detail?: string;
|
|
3855
3974
|
} | {
|
|
3856
3975
|
type: "separator";
|
|
3857
3976
|
id?: string;
|
|
@@ -3863,6 +3982,7 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3863
3982
|
kind: "dialog";
|
|
3864
3983
|
modal?: boolean;
|
|
3865
3984
|
width?: "small" | "medium" | "large";
|
|
3985
|
+
layout?: "stack" | "dashboard";
|
|
3866
3986
|
} | {
|
|
3867
3987
|
id: string;
|
|
3868
3988
|
title: string;
|
|
@@ -3912,6 +4032,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3912
4032
|
value: number;
|
|
3913
4033
|
detail?: string;
|
|
3914
4034
|
indeterminate?: boolean;
|
|
4035
|
+
} | {
|
|
4036
|
+
type: "metric";
|
|
4037
|
+
id: string;
|
|
4038
|
+
label: string;
|
|
4039
|
+
value: string;
|
|
4040
|
+
detail?: string;
|
|
4041
|
+
trend?: string;
|
|
4042
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
4043
|
+
} | {
|
|
4044
|
+
type: "section";
|
|
4045
|
+
id: string;
|
|
4046
|
+
label: string;
|
|
4047
|
+
detail?: string;
|
|
3915
4048
|
} | {
|
|
3916
4049
|
type: "separator";
|
|
3917
4050
|
id?: string;
|
|
@@ -3977,6 +4110,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
3977
4110
|
value: number;
|
|
3978
4111
|
detail?: string;
|
|
3979
4112
|
indeterminate?: boolean;
|
|
4113
|
+
} | {
|
|
4114
|
+
type: "metric";
|
|
4115
|
+
id: string;
|
|
4116
|
+
label: string;
|
|
4117
|
+
value: string;
|
|
4118
|
+
detail?: string;
|
|
4119
|
+
trend?: string;
|
|
4120
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
4121
|
+
} | {
|
|
4122
|
+
type: "section";
|
|
4123
|
+
id: string;
|
|
4124
|
+
label: string;
|
|
4125
|
+
detail?: string;
|
|
3980
4126
|
} | {
|
|
3981
4127
|
type: "separator";
|
|
3982
4128
|
id?: string;
|
|
@@ -4037,6 +4183,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
4037
4183
|
value: number;
|
|
4038
4184
|
detail?: string;
|
|
4039
4185
|
indeterminate?: boolean;
|
|
4186
|
+
} | {
|
|
4187
|
+
type: "metric";
|
|
4188
|
+
id: string;
|
|
4189
|
+
label: string;
|
|
4190
|
+
value: string;
|
|
4191
|
+
detail?: string;
|
|
4192
|
+
trend?: string;
|
|
4193
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
4194
|
+
} | {
|
|
4195
|
+
type: "section";
|
|
4196
|
+
id: string;
|
|
4197
|
+
label: string;
|
|
4198
|
+
detail?: string;
|
|
4040
4199
|
} | {
|
|
4041
4200
|
type: "separator";
|
|
4042
4201
|
id?: string;
|
|
@@ -4105,6 +4264,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
4105
4264
|
value: number;
|
|
4106
4265
|
detail?: string;
|
|
4107
4266
|
indeterminate?: boolean;
|
|
4267
|
+
} | {
|
|
4268
|
+
type: "metric";
|
|
4269
|
+
id: string;
|
|
4270
|
+
label: string;
|
|
4271
|
+
value: string;
|
|
4272
|
+
detail?: string;
|
|
4273
|
+
trend?: string;
|
|
4274
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
4275
|
+
} | {
|
|
4276
|
+
type: "section";
|
|
4277
|
+
id: string;
|
|
4278
|
+
label: string;
|
|
4279
|
+
detail?: string;
|
|
4108
4280
|
} | {
|
|
4109
4281
|
type: "separator";
|
|
4110
4282
|
id?: string;
|
|
@@ -4116,6 +4288,7 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
4116
4288
|
kind: "dialog";
|
|
4117
4289
|
modal?: boolean;
|
|
4118
4290
|
width?: "small" | "medium" | "large";
|
|
4291
|
+
layout?: "stack" | "dashboard";
|
|
4119
4292
|
} | {
|
|
4120
4293
|
id: string;
|
|
4121
4294
|
title: string;
|
|
@@ -4165,6 +4338,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
4165
4338
|
value: number;
|
|
4166
4339
|
detail?: string;
|
|
4167
4340
|
indeterminate?: boolean;
|
|
4341
|
+
} | {
|
|
4342
|
+
type: "metric";
|
|
4343
|
+
id: string;
|
|
4344
|
+
label: string;
|
|
4345
|
+
value: string;
|
|
4346
|
+
detail?: string;
|
|
4347
|
+
trend?: string;
|
|
4348
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
4349
|
+
} | {
|
|
4350
|
+
type: "section";
|
|
4351
|
+
id: string;
|
|
4352
|
+
label: string;
|
|
4353
|
+
detail?: string;
|
|
4168
4354
|
} | {
|
|
4169
4355
|
type: "separator";
|
|
4170
4356
|
id?: string;
|
|
@@ -4230,6 +4416,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
4230
4416
|
value: number;
|
|
4231
4417
|
detail?: string;
|
|
4232
4418
|
indeterminate?: boolean;
|
|
4419
|
+
} | {
|
|
4420
|
+
type: "metric";
|
|
4421
|
+
id: string;
|
|
4422
|
+
label: string;
|
|
4423
|
+
value: string;
|
|
4424
|
+
detail?: string;
|
|
4425
|
+
trend?: string;
|
|
4426
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
4427
|
+
} | {
|
|
4428
|
+
type: "section";
|
|
4429
|
+
id: string;
|
|
4430
|
+
label: string;
|
|
4431
|
+
detail?: string;
|
|
4233
4432
|
} | {
|
|
4234
4433
|
type: "separator";
|
|
4235
4434
|
id?: string;
|
|
@@ -4290,6 +4489,19 @@ export declare class NikcliClient extends HeyApiClient {
|
|
|
4290
4489
|
value: number;
|
|
4291
4490
|
detail?: string;
|
|
4292
4491
|
indeterminate?: boolean;
|
|
4492
|
+
} | {
|
|
4493
|
+
type: "metric";
|
|
4494
|
+
id: string;
|
|
4495
|
+
label: string;
|
|
4496
|
+
value: string;
|
|
4497
|
+
detail?: string;
|
|
4498
|
+
trend?: string;
|
|
4499
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
4500
|
+
} | {
|
|
4501
|
+
type: "section";
|
|
4502
|
+
id: string;
|
|
4503
|
+
label: string;
|
|
4504
|
+
detail?: string;
|
|
4293
4505
|
} | {
|
|
4294
4506
|
type: "separator";
|
|
4295
4507
|
id?: string;
|
|
@@ -10764,7 +10764,7 @@ export type NativeUiCapabilitiesResponses = {
|
|
|
10764
10764
|
200: {
|
|
10765
10765
|
version: 1;
|
|
10766
10766
|
surfaces: Array<"dialog" | "popover" | "notification" | "menu">;
|
|
10767
|
-
controls: Array<"button" | "link" | "text-input" | "select" | "checkbox" | "progress" | "separator">;
|
|
10767
|
+
controls: Array<"button" | "link" | "text-input" | "select" | "checkbox" | "progress" | "metric" | "section" | "separator">;
|
|
10768
10768
|
actions: Array<"dismiss-surface" | "invoke" | "open-url" | "update-control">;
|
|
10769
10769
|
maxSurfaces?: number;
|
|
10770
10770
|
};
|
|
@@ -10832,6 +10832,19 @@ export type NativeUiListResponses = {
|
|
|
10832
10832
|
value: number;
|
|
10833
10833
|
detail?: string;
|
|
10834
10834
|
indeterminate?: boolean;
|
|
10835
|
+
} | {
|
|
10836
|
+
type: "metric";
|
|
10837
|
+
id: string;
|
|
10838
|
+
label: string;
|
|
10839
|
+
value: string;
|
|
10840
|
+
detail?: string;
|
|
10841
|
+
trend?: string;
|
|
10842
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
10843
|
+
} | {
|
|
10844
|
+
type: "section";
|
|
10845
|
+
id: string;
|
|
10846
|
+
label: string;
|
|
10847
|
+
detail?: string;
|
|
10835
10848
|
} | {
|
|
10836
10849
|
type: "separator";
|
|
10837
10850
|
id?: string;
|
|
@@ -10843,6 +10856,7 @@ export type NativeUiListResponses = {
|
|
|
10843
10856
|
kind: "dialog";
|
|
10844
10857
|
modal?: boolean;
|
|
10845
10858
|
width?: "small" | "medium" | "large";
|
|
10859
|
+
layout?: "stack" | "dashboard";
|
|
10846
10860
|
} | {
|
|
10847
10861
|
id: string;
|
|
10848
10862
|
title: string;
|
|
@@ -10892,6 +10906,19 @@ export type NativeUiListResponses = {
|
|
|
10892
10906
|
value: number;
|
|
10893
10907
|
detail?: string;
|
|
10894
10908
|
indeterminate?: boolean;
|
|
10909
|
+
} | {
|
|
10910
|
+
type: "metric";
|
|
10911
|
+
id: string;
|
|
10912
|
+
label: string;
|
|
10913
|
+
value: string;
|
|
10914
|
+
detail?: string;
|
|
10915
|
+
trend?: string;
|
|
10916
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
10917
|
+
} | {
|
|
10918
|
+
type: "section";
|
|
10919
|
+
id: string;
|
|
10920
|
+
label: string;
|
|
10921
|
+
detail?: string;
|
|
10895
10922
|
} | {
|
|
10896
10923
|
type: "separator";
|
|
10897
10924
|
id?: string;
|
|
@@ -10957,6 +10984,19 @@ export type NativeUiListResponses = {
|
|
|
10957
10984
|
value: number;
|
|
10958
10985
|
detail?: string;
|
|
10959
10986
|
indeterminate?: boolean;
|
|
10987
|
+
} | {
|
|
10988
|
+
type: "metric";
|
|
10989
|
+
id: string;
|
|
10990
|
+
label: string;
|
|
10991
|
+
value: string;
|
|
10992
|
+
detail?: string;
|
|
10993
|
+
trend?: string;
|
|
10994
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
10995
|
+
} | {
|
|
10996
|
+
type: "section";
|
|
10997
|
+
id: string;
|
|
10998
|
+
label: string;
|
|
10999
|
+
detail?: string;
|
|
10960
11000
|
} | {
|
|
10961
11001
|
type: "separator";
|
|
10962
11002
|
id?: string;
|
|
@@ -11017,6 +11057,19 @@ export type NativeUiListResponses = {
|
|
|
11017
11057
|
value: number;
|
|
11018
11058
|
detail?: string;
|
|
11019
11059
|
indeterminate?: boolean;
|
|
11060
|
+
} | {
|
|
11061
|
+
type: "metric";
|
|
11062
|
+
id: string;
|
|
11063
|
+
label: string;
|
|
11064
|
+
value: string;
|
|
11065
|
+
detail?: string;
|
|
11066
|
+
trend?: string;
|
|
11067
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11068
|
+
} | {
|
|
11069
|
+
type: "section";
|
|
11070
|
+
id: string;
|
|
11071
|
+
label: string;
|
|
11072
|
+
detail?: string;
|
|
11020
11073
|
} | {
|
|
11021
11074
|
type: "separator";
|
|
11022
11075
|
id?: string;
|
|
@@ -11086,6 +11139,19 @@ export type PostNativeUiSurfacesData = {
|
|
|
11086
11139
|
value: number;
|
|
11087
11140
|
detail?: string;
|
|
11088
11141
|
indeterminate?: boolean;
|
|
11142
|
+
} | {
|
|
11143
|
+
type: "metric";
|
|
11144
|
+
id: string;
|
|
11145
|
+
label: string;
|
|
11146
|
+
value: string;
|
|
11147
|
+
detail?: string;
|
|
11148
|
+
trend?: string;
|
|
11149
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11150
|
+
} | {
|
|
11151
|
+
type: "section";
|
|
11152
|
+
id: string;
|
|
11153
|
+
label: string;
|
|
11154
|
+
detail?: string;
|
|
11089
11155
|
} | {
|
|
11090
11156
|
type: "separator";
|
|
11091
11157
|
id?: string;
|
|
@@ -11097,6 +11163,7 @@ export type PostNativeUiSurfacesData = {
|
|
|
11097
11163
|
kind: "dialog";
|
|
11098
11164
|
modal?: boolean;
|
|
11099
11165
|
width?: "small" | "medium" | "large";
|
|
11166
|
+
layout?: "stack" | "dashboard";
|
|
11100
11167
|
} | {
|
|
11101
11168
|
id: string;
|
|
11102
11169
|
title: string;
|
|
@@ -11146,6 +11213,19 @@ export type PostNativeUiSurfacesData = {
|
|
|
11146
11213
|
value: number;
|
|
11147
11214
|
detail?: string;
|
|
11148
11215
|
indeterminate?: boolean;
|
|
11216
|
+
} | {
|
|
11217
|
+
type: "metric";
|
|
11218
|
+
id: string;
|
|
11219
|
+
label: string;
|
|
11220
|
+
value: string;
|
|
11221
|
+
detail?: string;
|
|
11222
|
+
trend?: string;
|
|
11223
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11224
|
+
} | {
|
|
11225
|
+
type: "section";
|
|
11226
|
+
id: string;
|
|
11227
|
+
label: string;
|
|
11228
|
+
detail?: string;
|
|
11149
11229
|
} | {
|
|
11150
11230
|
type: "separator";
|
|
11151
11231
|
id?: string;
|
|
@@ -11211,6 +11291,19 @@ export type PostNativeUiSurfacesData = {
|
|
|
11211
11291
|
value: number;
|
|
11212
11292
|
detail?: string;
|
|
11213
11293
|
indeterminate?: boolean;
|
|
11294
|
+
} | {
|
|
11295
|
+
type: "metric";
|
|
11296
|
+
id: string;
|
|
11297
|
+
label: string;
|
|
11298
|
+
value: string;
|
|
11299
|
+
detail?: string;
|
|
11300
|
+
trend?: string;
|
|
11301
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11302
|
+
} | {
|
|
11303
|
+
type: "section";
|
|
11304
|
+
id: string;
|
|
11305
|
+
label: string;
|
|
11306
|
+
detail?: string;
|
|
11214
11307
|
} | {
|
|
11215
11308
|
type: "separator";
|
|
11216
11309
|
id?: string;
|
|
@@ -11271,6 +11364,19 @@ export type PostNativeUiSurfacesData = {
|
|
|
11271
11364
|
value: number;
|
|
11272
11365
|
detail?: string;
|
|
11273
11366
|
indeterminate?: boolean;
|
|
11367
|
+
} | {
|
|
11368
|
+
type: "metric";
|
|
11369
|
+
id: string;
|
|
11370
|
+
label: string;
|
|
11371
|
+
value: string;
|
|
11372
|
+
detail?: string;
|
|
11373
|
+
trend?: string;
|
|
11374
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11375
|
+
} | {
|
|
11376
|
+
type: "section";
|
|
11377
|
+
id: string;
|
|
11378
|
+
label: string;
|
|
11379
|
+
detail?: string;
|
|
11274
11380
|
} | {
|
|
11275
11381
|
type: "separator";
|
|
11276
11382
|
id?: string;
|
|
@@ -11362,6 +11468,19 @@ export type PutNativeUiSurfacesIdData = {
|
|
|
11362
11468
|
value: number;
|
|
11363
11469
|
detail?: string;
|
|
11364
11470
|
indeterminate?: boolean;
|
|
11471
|
+
} | {
|
|
11472
|
+
type: "metric";
|
|
11473
|
+
id: string;
|
|
11474
|
+
label: string;
|
|
11475
|
+
value: string;
|
|
11476
|
+
detail?: string;
|
|
11477
|
+
trend?: string;
|
|
11478
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11479
|
+
} | {
|
|
11480
|
+
type: "section";
|
|
11481
|
+
id: string;
|
|
11482
|
+
label: string;
|
|
11483
|
+
detail?: string;
|
|
11365
11484
|
} | {
|
|
11366
11485
|
type: "separator";
|
|
11367
11486
|
id?: string;
|
|
@@ -11373,6 +11492,7 @@ export type PutNativeUiSurfacesIdData = {
|
|
|
11373
11492
|
kind: "dialog";
|
|
11374
11493
|
modal?: boolean;
|
|
11375
11494
|
width?: "small" | "medium" | "large";
|
|
11495
|
+
layout?: "stack" | "dashboard";
|
|
11376
11496
|
} | {
|
|
11377
11497
|
id: string;
|
|
11378
11498
|
title: string;
|
|
@@ -11422,6 +11542,19 @@ export type PutNativeUiSurfacesIdData = {
|
|
|
11422
11542
|
value: number;
|
|
11423
11543
|
detail?: string;
|
|
11424
11544
|
indeterminate?: boolean;
|
|
11545
|
+
} | {
|
|
11546
|
+
type: "metric";
|
|
11547
|
+
id: string;
|
|
11548
|
+
label: string;
|
|
11549
|
+
value: string;
|
|
11550
|
+
detail?: string;
|
|
11551
|
+
trend?: string;
|
|
11552
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11553
|
+
} | {
|
|
11554
|
+
type: "section";
|
|
11555
|
+
id: string;
|
|
11556
|
+
label: string;
|
|
11557
|
+
detail?: string;
|
|
11425
11558
|
} | {
|
|
11426
11559
|
type: "separator";
|
|
11427
11560
|
id?: string;
|
|
@@ -11487,6 +11620,19 @@ export type PutNativeUiSurfacesIdData = {
|
|
|
11487
11620
|
value: number;
|
|
11488
11621
|
detail?: string;
|
|
11489
11622
|
indeterminate?: boolean;
|
|
11623
|
+
} | {
|
|
11624
|
+
type: "metric";
|
|
11625
|
+
id: string;
|
|
11626
|
+
label: string;
|
|
11627
|
+
value: string;
|
|
11628
|
+
detail?: string;
|
|
11629
|
+
trend?: string;
|
|
11630
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11631
|
+
} | {
|
|
11632
|
+
type: "section";
|
|
11633
|
+
id: string;
|
|
11634
|
+
label: string;
|
|
11635
|
+
detail?: string;
|
|
11490
11636
|
} | {
|
|
11491
11637
|
type: "separator";
|
|
11492
11638
|
id?: string;
|
|
@@ -11547,6 +11693,19 @@ export type PutNativeUiSurfacesIdData = {
|
|
|
11547
11693
|
value: number;
|
|
11548
11694
|
detail?: string;
|
|
11549
11695
|
indeterminate?: boolean;
|
|
11696
|
+
} | {
|
|
11697
|
+
type: "metric";
|
|
11698
|
+
id: string;
|
|
11699
|
+
label: string;
|
|
11700
|
+
value: string;
|
|
11701
|
+
detail?: string;
|
|
11702
|
+
trend?: string;
|
|
11703
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11704
|
+
} | {
|
|
11705
|
+
type: "section";
|
|
11706
|
+
id: string;
|
|
11707
|
+
label: string;
|
|
11708
|
+
detail?: string;
|
|
11550
11709
|
} | {
|
|
11551
11710
|
type: "separator";
|
|
11552
11711
|
id?: string;
|
|
@@ -11628,6 +11787,19 @@ export type PostNativeUiEventsData = {
|
|
|
11628
11787
|
value: number;
|
|
11629
11788
|
detail?: string;
|
|
11630
11789
|
indeterminate?: boolean;
|
|
11790
|
+
} | {
|
|
11791
|
+
type: "metric";
|
|
11792
|
+
id: string;
|
|
11793
|
+
label: string;
|
|
11794
|
+
value: string;
|
|
11795
|
+
detail?: string;
|
|
11796
|
+
trend?: string;
|
|
11797
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11798
|
+
} | {
|
|
11799
|
+
type: "section";
|
|
11800
|
+
id: string;
|
|
11801
|
+
label: string;
|
|
11802
|
+
detail?: string;
|
|
11631
11803
|
} | {
|
|
11632
11804
|
type: "separator";
|
|
11633
11805
|
id?: string;
|
|
@@ -11639,6 +11811,7 @@ export type PostNativeUiEventsData = {
|
|
|
11639
11811
|
kind: "dialog";
|
|
11640
11812
|
modal?: boolean;
|
|
11641
11813
|
width?: "small" | "medium" | "large";
|
|
11814
|
+
layout?: "stack" | "dashboard";
|
|
11642
11815
|
} | {
|
|
11643
11816
|
id: string;
|
|
11644
11817
|
title: string;
|
|
@@ -11688,6 +11861,19 @@ export type PostNativeUiEventsData = {
|
|
|
11688
11861
|
value: number;
|
|
11689
11862
|
detail?: string;
|
|
11690
11863
|
indeterminate?: boolean;
|
|
11864
|
+
} | {
|
|
11865
|
+
type: "metric";
|
|
11866
|
+
id: string;
|
|
11867
|
+
label: string;
|
|
11868
|
+
value: string;
|
|
11869
|
+
detail?: string;
|
|
11870
|
+
trend?: string;
|
|
11871
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11872
|
+
} | {
|
|
11873
|
+
type: "section";
|
|
11874
|
+
id: string;
|
|
11875
|
+
label: string;
|
|
11876
|
+
detail?: string;
|
|
11691
11877
|
} | {
|
|
11692
11878
|
type: "separator";
|
|
11693
11879
|
id?: string;
|
|
@@ -11753,6 +11939,19 @@ export type PostNativeUiEventsData = {
|
|
|
11753
11939
|
value: number;
|
|
11754
11940
|
detail?: string;
|
|
11755
11941
|
indeterminate?: boolean;
|
|
11942
|
+
} | {
|
|
11943
|
+
type: "metric";
|
|
11944
|
+
id: string;
|
|
11945
|
+
label: string;
|
|
11946
|
+
value: string;
|
|
11947
|
+
detail?: string;
|
|
11948
|
+
trend?: string;
|
|
11949
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
11950
|
+
} | {
|
|
11951
|
+
type: "section";
|
|
11952
|
+
id: string;
|
|
11953
|
+
label: string;
|
|
11954
|
+
detail?: string;
|
|
11756
11955
|
} | {
|
|
11757
11956
|
type: "separator";
|
|
11758
11957
|
id?: string;
|
|
@@ -11813,6 +12012,19 @@ export type PostNativeUiEventsData = {
|
|
|
11813
12012
|
value: number;
|
|
11814
12013
|
detail?: string;
|
|
11815
12014
|
indeterminate?: boolean;
|
|
12015
|
+
} | {
|
|
12016
|
+
type: "metric";
|
|
12017
|
+
id: string;
|
|
12018
|
+
label: string;
|
|
12019
|
+
value: string;
|
|
12020
|
+
detail?: string;
|
|
12021
|
+
trend?: string;
|
|
12022
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
12023
|
+
} | {
|
|
12024
|
+
type: "section";
|
|
12025
|
+
id: string;
|
|
12026
|
+
label: string;
|
|
12027
|
+
detail?: string;
|
|
11816
12028
|
} | {
|
|
11817
12029
|
type: "separator";
|
|
11818
12030
|
id?: string;
|
|
@@ -11881,6 +12093,19 @@ export type PostNativeUiEventsData = {
|
|
|
11881
12093
|
value: number;
|
|
11882
12094
|
detail?: string;
|
|
11883
12095
|
indeterminate?: boolean;
|
|
12096
|
+
} | {
|
|
12097
|
+
type: "metric";
|
|
12098
|
+
id: string;
|
|
12099
|
+
label: string;
|
|
12100
|
+
value: string;
|
|
12101
|
+
detail?: string;
|
|
12102
|
+
trend?: string;
|
|
12103
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
12104
|
+
} | {
|
|
12105
|
+
type: "section";
|
|
12106
|
+
id: string;
|
|
12107
|
+
label: string;
|
|
12108
|
+
detail?: string;
|
|
11884
12109
|
} | {
|
|
11885
12110
|
type: "separator";
|
|
11886
12111
|
id?: string;
|
|
@@ -11892,6 +12117,7 @@ export type PostNativeUiEventsData = {
|
|
|
11892
12117
|
kind: "dialog";
|
|
11893
12118
|
modal?: boolean;
|
|
11894
12119
|
width?: "small" | "medium" | "large";
|
|
12120
|
+
layout?: "stack" | "dashboard";
|
|
11895
12121
|
} | {
|
|
11896
12122
|
id: string;
|
|
11897
12123
|
title: string;
|
|
@@ -11941,6 +12167,19 @@ export type PostNativeUiEventsData = {
|
|
|
11941
12167
|
value: number;
|
|
11942
12168
|
detail?: string;
|
|
11943
12169
|
indeterminate?: boolean;
|
|
12170
|
+
} | {
|
|
12171
|
+
type: "metric";
|
|
12172
|
+
id: string;
|
|
12173
|
+
label: string;
|
|
12174
|
+
value: string;
|
|
12175
|
+
detail?: string;
|
|
12176
|
+
trend?: string;
|
|
12177
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
12178
|
+
} | {
|
|
12179
|
+
type: "section";
|
|
12180
|
+
id: string;
|
|
12181
|
+
label: string;
|
|
12182
|
+
detail?: string;
|
|
11944
12183
|
} | {
|
|
11945
12184
|
type: "separator";
|
|
11946
12185
|
id?: string;
|
|
@@ -12006,6 +12245,19 @@ export type PostNativeUiEventsData = {
|
|
|
12006
12245
|
value: number;
|
|
12007
12246
|
detail?: string;
|
|
12008
12247
|
indeterminate?: boolean;
|
|
12248
|
+
} | {
|
|
12249
|
+
type: "metric";
|
|
12250
|
+
id: string;
|
|
12251
|
+
label: string;
|
|
12252
|
+
value: string;
|
|
12253
|
+
detail?: string;
|
|
12254
|
+
trend?: string;
|
|
12255
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
12256
|
+
} | {
|
|
12257
|
+
type: "section";
|
|
12258
|
+
id: string;
|
|
12259
|
+
label: string;
|
|
12260
|
+
detail?: string;
|
|
12009
12261
|
} | {
|
|
12010
12262
|
type: "separator";
|
|
12011
12263
|
id?: string;
|
|
@@ -12066,6 +12318,19 @@ export type PostNativeUiEventsData = {
|
|
|
12066
12318
|
value: number;
|
|
12067
12319
|
detail?: string;
|
|
12068
12320
|
indeterminate?: boolean;
|
|
12321
|
+
} | {
|
|
12322
|
+
type: "metric";
|
|
12323
|
+
id: string;
|
|
12324
|
+
label: string;
|
|
12325
|
+
value: string;
|
|
12326
|
+
detail?: string;
|
|
12327
|
+
trend?: string;
|
|
12328
|
+
tone?: "neutral" | "info" | "success" | "warning" | "error";
|
|
12329
|
+
} | {
|
|
12330
|
+
type: "section";
|
|
12331
|
+
id: string;
|
|
12332
|
+
label: string;
|
|
12333
|
+
detail?: string;
|
|
12069
12334
|
} | {
|
|
12070
12335
|
type: "separator";
|
|
12071
12336
|
id?: string;
|