@@ -775,7 +775,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
775
775
async createStore ( body : CreateStoreRequest , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < CreateStoreResponse > > {
776
776
const localVarAxiosArgs = localVarAxiosParamCreator . createStore ( body , options ) ;
777
777
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
778
- [ TelemetryAttribute . FgaClientRequestMethod ] : "createStore " ,
778
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "CreateStore " ,
779
779
} ) ;
780
780
} ,
781
781
/**
@@ -788,7 +788,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
788
788
async deleteStore ( storeId : string , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < void > > {
789
789
const localVarAxiosArgs = localVarAxiosParamCreator . deleteStore ( storeId , options ) ;
790
790
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
791
- [ TelemetryAttribute . FgaClientRequestMethod ] : "deleteStore " ,
791
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "DeleteStore " ,
792
792
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ,
793
793
} ) ;
794
794
} ,
@@ -803,7 +803,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
803
803
async expand ( storeId : string , body : ExpandRequest , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < ExpandResponse > > {
804
804
const localVarAxiosArgs = localVarAxiosParamCreator . expand ( storeId , body , options ) ;
805
805
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
806
- [ TelemetryAttribute . FgaClientRequestMethod ] : "expand " ,
806
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "Expand " ,
807
807
[ TelemetryAttribute . FgaClientRequestModelId ] : body . authorization_model_id ?? "" ,
808
808
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ?? "" ,
809
809
} ) ;
@@ -818,7 +818,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
818
818
async getStore ( storeId : string , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < GetStoreResponse > > {
819
819
const localVarAxiosArgs = localVarAxiosParamCreator . getStore ( storeId , options ) ;
820
820
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
821
- [ TelemetryAttribute . FgaClientRequestMethod ] : "getStore " ,
821
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "GetStore " ,
822
822
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ,
823
823
} ) ;
824
824
} ,
@@ -833,7 +833,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
833
833
async listObjects ( storeId : string , body : ListObjectsRequest , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < ListObjectsResponse > > {
834
834
const localVarAxiosArgs = localVarAxiosParamCreator . listObjects ( storeId , body , options ) ;
835
835
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
836
- [ TelemetryAttribute . FgaClientRequestMethod ] : "listObjects " ,
836
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "ListObjects " ,
837
837
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ?? "" ,
838
838
[ TelemetryAttribute . FgaClientRequestModelId ] : body . authorization_model_id ?? "" ,
839
839
[ TelemetryAttribute . FgaClientUser ] : body . user
@@ -850,7 +850,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
850
850
async listStores ( pageSize ?: number , continuationToken ?: string , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < ListStoresResponse > > {
851
851
const localVarAxiosArgs = localVarAxiosParamCreator . listStores ( pageSize , continuationToken , options ) ;
852
852
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
853
- [ TelemetryAttribute . FgaClientRequestMethod ] : "listStores " ,
853
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "ListStores " ,
854
854
} ) ;
855
855
} ,
856
856
/**
@@ -864,7 +864,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
864
864
async listUsers ( storeId : string , body : ListUsersRequest , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < ListUsersResponse > > {
865
865
const localVarAxiosArgs = localVarAxiosParamCreator . listUsers ( storeId , body , options ) ;
866
866
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
867
- [ TelemetryAttribute . FgaClientRequestMethod ] : "listUsers " ,
867
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "ListUsers " ,
868
868
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ?? "" ,
869
869
[ TelemetryAttribute . FgaClientRequestModelId ] : body . authorization_model_id ?? "" ,
870
870
} ) ;
@@ -880,7 +880,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
880
880
async read ( storeId : string , body : ReadRequest , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < ReadResponse > > {
881
881
const localVarAxiosArgs = localVarAxiosParamCreator . read ( storeId , body , options ) ;
882
882
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
883
- [ TelemetryAttribute . FgaClientRequestMethod ] : "read " ,
883
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "Read " ,
884
884
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ,
885
885
} ) ;
886
886
} ,
@@ -895,7 +895,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
895
895
async readAssertions ( storeId : string , authorizationModelId : string , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < ReadAssertionsResponse > > {
896
896
const localVarAxiosArgs = localVarAxiosParamCreator . readAssertions ( storeId , authorizationModelId , options ) ;
897
897
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
898
- [ TelemetryAttribute . FgaClientRequestMethod ] : "readAssertions " ,
898
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "ReadAssertions " ,
899
899
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ,
900
900
[ TelemetryAttribute . FgaClientRequestModelId ] : authorizationModelId ,
901
901
} ) ;
@@ -911,7 +911,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
911
911
async readAuthorizationModel ( storeId : string , id : string , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < ReadAuthorizationModelResponse > > {
912
912
const localVarAxiosArgs = localVarAxiosParamCreator . readAuthorizationModel ( storeId , id , options ) ;
913
913
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
914
- [ TelemetryAttribute . FgaClientRequestMethod ] : "readAuthorizationModel " ,
914
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "ReadAuthorizationModel " ,
915
915
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ,
916
916
} ) ;
917
917
} ,
@@ -927,7 +927,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
927
927
async readAuthorizationModels ( storeId : string , pageSize ?: number , continuationToken ?: string , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < ReadAuthorizationModelsResponse > > {
928
928
const localVarAxiosArgs = localVarAxiosParamCreator . readAuthorizationModels ( storeId , pageSize , continuationToken , options ) ;
929
929
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
930
- [ TelemetryAttribute . FgaClientRequestMethod ] : "readAuthorizationModels " ,
930
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "ReadAuthorizationModels " ,
931
931
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ,
932
932
} ) ;
933
933
} ,
@@ -944,7 +944,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
944
944
async readChanges ( storeId : string , type ?: string , pageSize ?: number , continuationToken ?: string , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < ReadChangesResponse > > {
945
945
const localVarAxiosArgs = localVarAxiosParamCreator . readChanges ( storeId , type , pageSize , continuationToken , options ) ;
946
946
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
947
- [ TelemetryAttribute . FgaClientRequestMethod ] : "readChanges " ,
947
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "ReadChanges " ,
948
948
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ,
949
949
} ) ;
950
950
} ,
@@ -959,7 +959,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
959
959
async write ( storeId : string , body : WriteRequest , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < object > > {
960
960
const localVarAxiosArgs = localVarAxiosParamCreator . write ( storeId , body , options ) ;
961
961
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
962
- [ TelemetryAttribute . FgaClientRequestMethod ] : "write " ,
962
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "Write " ,
963
963
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ?? "" ,
964
964
[ TelemetryAttribute . FgaClientRequestModelId ] : body . authorization_model_id ?? "" ,
965
965
} ) ;
@@ -976,7 +976,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
976
976
async writeAssertions ( storeId : string , authorizationModelId : string , body : WriteAssertionsRequest , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < void > > {
977
977
const localVarAxiosArgs = localVarAxiosParamCreator . writeAssertions ( storeId , authorizationModelId , body , options ) ;
978
978
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
979
- [ TelemetryAttribute . FgaClientRequestMethod ] : "writeAssertions " ,
979
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "WriteAssertions " ,
980
980
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ,
981
981
[ TelemetryAttribute . FgaClientRequestModelId ] : authorizationModelId ,
982
982
} ) ;
@@ -992,7 +992,7 @@ export const OpenFgaApiFp = function(configuration: Configuration, credentials:
992
992
async writeAuthorizationModel ( storeId : string , body : WriteAuthorizationModelRequest , options ?: any ) : Promise < ( axios ?: AxiosInstance ) => PromiseResult < WriteAuthorizationModelResponse > > {
993
993
const localVarAxiosArgs = localVarAxiosParamCreator . writeAuthorizationModel ( storeId , body , options ) ;
994
994
return createRequestFunction ( localVarAxiosArgs , globalAxios , configuration , credentials , {
995
- [ TelemetryAttribute . FgaClientRequestMethod ] : "writeAuthorizationModel " ,
995
+ [ TelemetryAttribute . FgaClientRequestMethod ] : "WriteAuthorizationModel " ,
996
996
[ TelemetryAttribute . FgaClientRequestStoreId ] : storeId ,
997
997
} ) ;
998
998
} ,
0 commit comments