@@ -194,7 +194,7 @@ async def batch_check_with_http_info(self, body, **kwargs):
194
194
500 : "InternalErrorMessageResponse" ,
195
195
}
196
196
197
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
197
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
198
198
TelemetryAttributes .fga_client_request_method : "batch_check" ,
199
199
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
200
200
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -375,7 +375,7 @@ async def check_with_http_info(self, body, **kwargs):
375
375
500 : "InternalErrorMessageResponse" ,
376
376
}
377
377
378
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
378
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
379
379
TelemetryAttributes .fga_client_request_method : "check" ,
380
380
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
381
381
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -543,7 +543,7 @@ async def create_store_with_http_info(self, body, **kwargs):
543
543
500 : "InternalErrorMessageResponse" ,
544
544
}
545
545
546
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
546
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
547
547
TelemetryAttributes .fga_client_request_method : "create_store" ,
548
548
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
549
549
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -692,7 +692,7 @@ async def delete_store_with_http_info(self, **kwargs):
692
692
693
693
response_types_map = {}
694
694
695
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
695
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
696
696
TelemetryAttributes .fga_client_request_method : "delete_store" ,
697
697
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
698
698
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -873,7 +873,7 @@ async def expand_with_http_info(self, body, **kwargs):
873
873
500 : "InternalErrorMessageResponse" ,
874
874
}
875
875
876
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
876
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
877
877
TelemetryAttributes .fga_client_request_method : "expand" ,
878
878
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
879
879
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -1030,7 +1030,7 @@ async def get_store_with_http_info(self, **kwargs):
1030
1030
500 : "InternalErrorMessageResponse" ,
1031
1031
}
1032
1032
1033
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
1033
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
1034
1034
TelemetryAttributes .fga_client_request_method : "get_store" ,
1035
1035
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
1036
1036
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -1212,7 +1212,7 @@ async def list_objects_with_http_info(self, body, **kwargs):
1212
1212
500 : "InternalErrorMessageResponse" ,
1213
1213
}
1214
1214
1215
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
1215
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
1216
1216
TelemetryAttributes .fga_client_request_method : "list_objects" ,
1217
1217
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
1218
1218
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -1378,7 +1378,7 @@ async def list_stores_with_http_info(self, **kwargs):
1378
1378
500 : "InternalErrorMessageResponse" ,
1379
1379
}
1380
1380
1381
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
1381
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
1382
1382
TelemetryAttributes .fga_client_request_method : "list_stores" ,
1383
1383
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
1384
1384
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -1559,7 +1559,7 @@ async def list_users_with_http_info(self, body, **kwargs):
1559
1559
500 : "InternalErrorMessageResponse" ,
1560
1560
}
1561
1561
1562
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
1562
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
1563
1563
TelemetryAttributes .fga_client_request_method : "list_users" ,
1564
1564
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
1565
1565
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -1740,7 +1740,7 @@ async def read_with_http_info(self, body, **kwargs):
1740
1740
500 : "InternalErrorMessageResponse" ,
1741
1741
}
1742
1742
1743
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
1743
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
1744
1744
TelemetryAttributes .fga_client_request_method : "read" ,
1745
1745
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
1746
1746
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -1917,7 +1917,7 @@ async def read_assertions_with_http_info(self, authorization_model_id, **kwargs)
1917
1917
500 : "InternalErrorMessageResponse" ,
1918
1918
}
1919
1919
1920
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
1920
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
1921
1921
TelemetryAttributes .fga_client_request_method : "read_assertions" ,
1922
1922
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
1923
1923
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -2092,7 +2092,7 @@ async def read_authorization_model_with_http_info(self, id, **kwargs):
2092
2092
500 : "InternalErrorMessageResponse" ,
2093
2093
}
2094
2094
2095
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
2095
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
2096
2096
TelemetryAttributes .fga_client_request_method : "read_authorization_model" ,
2097
2097
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
2098
2098
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -2266,7 +2266,7 @@ async def read_authorization_models_with_http_info(self, **kwargs):
2266
2266
500 : "InternalErrorMessageResponse" ,
2267
2267
}
2268
2268
2269
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
2269
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
2270
2270
TelemetryAttributes .fga_client_request_method : "read_authorization_models" ,
2271
2271
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
2272
2272
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -2450,7 +2450,7 @@ async def read_changes_with_http_info(self, **kwargs):
2450
2450
500 : "InternalErrorMessageResponse" ,
2451
2451
}
2452
2452
2453
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
2453
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
2454
2454
TelemetryAttributes .fga_client_request_method : "read_changes" ,
2455
2455
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
2456
2456
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -2632,7 +2632,7 @@ async def streamed_list_objects_with_http_info(self, body, **kwargs):
2632
2632
500 : "InternalErrorMessageResponse" ,
2633
2633
}
2634
2634
2635
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
2635
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
2636
2636
TelemetryAttributes .fga_client_request_method : "streamed_list_objects" ,
2637
2637
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
2638
2638
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -2813,7 +2813,7 @@ async def write_with_http_info(self, body, **kwargs):
2813
2813
500 : "InternalErrorMessageResponse" ,
2814
2814
}
2815
2815
2816
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
2816
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
2817
2817
TelemetryAttributes .fga_client_request_method : "write" ,
2818
2818
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
2819
2819
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -3007,7 +3007,7 @@ async def write_assertions_with_http_info(
3007
3007
3008
3008
response_types_map = {}
3009
3009
3010
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
3010
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
3011
3011
TelemetryAttributes .fga_client_request_method : "write_assertions" ,
3012
3012
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
3013
3013
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
@@ -3191,7 +3191,7 @@ async def write_authorization_model_with_http_info(self, body, **kwargs):
3191
3191
500 : "InternalErrorMessageResponse" ,
3192
3192
}
3193
3193
3194
- telemetry_attributes : dict [TelemetryAttribute , str | int ] = {
3194
+ telemetry_attributes : dict [TelemetryAttribute , str | bool | int | float ] = {
3195
3195
TelemetryAttributes .fga_client_request_method : "write_authorization_model" ,
3196
3196
TelemetryAttributes .fga_client_request_store_id : self .api_client .get_store_id (),
3197
3197
TelemetryAttributes .fga_client_request_model_id : local_var_params .get (
0 commit comments