edge-impulse-api 1.93.31 → 1.94.1
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/build/browser/edge-impulse-api.d.ts +289 -263
- package/build/browser/edge-impulse-api.js +3921 -3747
- package/build/browser/edge-impulse-api.js.map +1 -1
- package/build/library/api.d.ts +1 -2
- package/build/library/api.js +0 -5
- package/build/library/api.js.map +1 -1
- package/build/library/sdk/api/adminApi.d.ts +13 -0
- package/build/library/sdk/api/adminApi.js +70 -0
- package/build/library/sdk/api/adminApi.js.map +1 -1
- package/build/library/sdk/api/apis.d.ts +3 -3
- package/build/library/sdk/api/apis.js +3 -3
- package/build/library/sdk/api/apis.js.map +1 -1
- package/build/library/sdk/api/organizationOAuthClientsApi.d.ts +167 -0
- package/build/library/sdk/api/{thirdPartyAuthApi.js → organizationOAuthClientsApi.js} +223 -104
- package/build/library/sdk/api/organizationOAuthClientsApi.js.map +1 -0
- package/build/library/sdk/model/createOAuthClientRequest.d.ts +8 -0
- package/build/library/sdk/model/{getThirdPartyAuthResponse.js → createOAuthClientRequest.js} +1 -1
- package/build/library/sdk/model/createOAuthClientRequest.js.map +1 -0
- package/build/library/sdk/model/{createThirdPartyAuthResponse.d.ts → createOAuthClientResponse.d.ts} +3 -3
- package/build/library/sdk/model/{authorizeThirdPartyRequest.js → createOAuthClientResponse.js} +1 -1
- package/build/library/sdk/model/createOAuthClientResponse.js.map +1 -0
- package/build/library/sdk/model/deploymentTarget.d.ts +4 -0
- package/build/library/sdk/model/deploymentTarget.js.map +1 -1
- package/build/library/sdk/model/deploymentTargetEngine.d.ts +1 -1
- package/build/library/sdk/model/deploymentTargetEngine.js +1 -1
- package/build/library/sdk/model/deploymentTargetEngine.js.map +1 -1
- package/build/library/sdk/model/feature.d.ts +1 -1
- package/build/library/sdk/model/feature.js +1 -1
- package/build/library/sdk/model/feature.js.map +1 -1
- package/build/library/sdk/model/{getAllThirdPartyAuthResponse.d.ts → getOrganizationOAuthClientResponse.d.ts} +3 -3
- package/build/library/sdk/model/getOrganizationOAuthClientResponse.js +4 -0
- package/build/library/sdk/model/getOrganizationOAuthClientResponse.js.map +1 -0
- package/build/library/sdk/model/listOrganizationOAuthClientsResponse.d.ts +12 -0
- package/build/library/sdk/model/listOrganizationOAuthClientsResponse.js +4 -0
- package/build/library/sdk/model/listOrganizationOAuthClientsResponse.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +8 -9
- package/build/library/sdk/model/models.js +8 -9
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/permission.d.ts +1 -1
- package/build/library/sdk/model/permission.js +1 -1
- package/build/library/sdk/model/permission.js.map +1 -1
- package/build/library/sdk/model/projectDeploymentTarget.d.ts +4 -0
- package/build/library/sdk/model/projectDeploymentTarget.js.map +1 -1
- package/build/library/sdk/model/{getThirdPartyAuthResponse.d.ts → rotateOAuthClientSecretResponse.d.ts} +2 -3
- package/build/library/sdk/model/{createThirdPartyAuthRequest.js → rotateOAuthClientSecretResponse.js} +1 -1
- package/build/library/sdk/model/rotateOAuthClientSecretResponse.js.map +1 -0
- package/build/library/sdk/model/selfServeOAuthClient.d.ts +13 -0
- package/build/library/sdk/model/{thirdPartyAuth.js → selfServeOAuthClient.js} +1 -1
- package/build/library/sdk/model/selfServeOAuthClient.js.map +1 -0
- package/build/library/sdk/model/updateOAuthClientRequest.d.ts +7 -0
- package/build/library/sdk/model/{createUserThirdPartyRequest.js → updateOAuthClientRequest.js} +1 -1
- package/build/library/sdk/model/updateOAuthClientRequest.js.map +1 -0
- package/build/library/sdk/model/updateWhitelabelInternalRequest.d.ts +5 -0
- package/build/library/sdk/model/vlmConfiguration.d.ts +2 -0
- package/build/library/sdk/model/vlmConfigurationBase.d.ts +2 -0
- package/build/library/sdk/model/vlmConfigurationBaseImageResize.d.ts +6 -0
- package/build/library/sdk/model/{createThirdPartyAuthResponse.js → vlmConfigurationBaseImageResize.js} +1 -1
- package/build/library/sdk/model/vlmConfigurationBaseImageResize.js.map +1 -0
- package/build/library/sdk/model/whitelabel.d.ts +4 -0
- package/package.json +1 -1
- package/build/library/sdk/api/thirdPartyAuthApi.d.ts +0 -148
- package/build/library/sdk/api/thirdPartyAuthApi.js.map +0 -1
- package/build/library/sdk/model/authorizeThirdPartyRequest.d.ts +0 -6
- package/build/library/sdk/model/authorizeThirdPartyRequest.js.map +0 -1
- package/build/library/sdk/model/createThirdPartyAuthRequest.d.ts +0 -8
- package/build/library/sdk/model/createThirdPartyAuthRequest.js.map +0 -1
- package/build/library/sdk/model/createThirdPartyAuthResponse.js.map +0 -1
- package/build/library/sdk/model/createUserThirdPartyRequest.d.ts +0 -24
- package/build/library/sdk/model/createUserThirdPartyRequest.js.map +0 -1
- package/build/library/sdk/model/createUserThirdPartyResponse.d.ts +0 -14
- package/build/library/sdk/model/createUserThirdPartyResponse.js +0 -6
- package/build/library/sdk/model/createUserThirdPartyResponse.js.map +0 -1
- package/build/library/sdk/model/getAllThirdPartyAuthResponse.js +0 -4
- package/build/library/sdk/model/getAllThirdPartyAuthResponse.js.map +0 -1
- package/build/library/sdk/model/getThirdPartyAuthResponse.js.map +0 -1
- package/build/library/sdk/model/thirdPartyAuth.d.ts +0 -8
- package/build/library/sdk/model/thirdPartyAuth.js.map +0 -1
- package/build/library/sdk/model/updateThirdPartyAuthRequest.d.ts +0 -6
- package/build/library/sdk/model/updateThirdPartyAuthRequest.js +0 -4
- package/build/library/sdk/model/updateThirdPartyAuthRequest.js.map +0 -1
|
@@ -95,7 +95,7 @@ export interface RequestDetailedFile {
|
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
97
|
export type RequestFile = RequestDetailedFile;
|
|
98
|
-
export const APIS: (typeof AdminApi | typeof AuthApi | typeof CDNApi | typeof CanaryApi | typeof ClassifyApi | typeof DSPApi | typeof DatasetVersionsApi | typeof DeploymentApi | typeof DevicesApi | typeof EmailVerificationApi | typeof ExportApi | typeof FeatureFlagsApi | typeof HealthApi | typeof ImpulseApi | typeof IntegrationsApi | typeof JobsApi | typeof LearnApi | typeof LoginApi | typeof MetricsApi | typeof MonitoringApi | typeof OptimizationApi | typeof OrganizationBlocksApi | typeof OrganizationCreateProjectApi | typeof OrganizationDataApi | typeof OrganizationDataCampaignsApi | typeof OrganizationJobsApi | typeof OrganizationPipelinesApi | typeof OrganizationPortalsApi | typeof OrganizationsApi | typeof PerformanceCalibrationApi | typeof PostProcessingApi | typeof ProjectsApi | typeof RawDataApi | typeof TestApi | typeof ThemesApi | typeof
|
|
98
|
+
export const APIS: (typeof AdminApi | typeof AuthApi | typeof CDNApi | typeof CanaryApi | typeof ClassifyApi | typeof DSPApi | typeof DatasetVersionsApi | typeof DeploymentApi | typeof DevicesApi | typeof EmailVerificationApi | typeof ExportApi | typeof FeatureFlagsApi | typeof HealthApi | typeof ImpulseApi | typeof IntegrationsApi | typeof JobsApi | typeof LearnApi | typeof LoginApi | typeof MetricsApi | typeof MonitoringApi | typeof OptimizationApi | typeof OrganizationBlocksApi | typeof OrganizationCreateProjectApi | typeof OrganizationDataApi | typeof OrganizationDataCampaignsApi | typeof OrganizationJobsApi | typeof OrganizationOAuthClientsApi | typeof OrganizationPipelinesApi | typeof OrganizationPortalsApi | typeof OrganizationsApi | typeof PerformanceCalibrationApi | typeof PostProcessingApi | typeof ProjectsApi | typeof RawDataApi | typeof TestApi | typeof ThemesApi | typeof UploadPortalApi | typeof UserApi | typeof VlmApi | typeof WhitelabelsApi)[];
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
/**
|
|
@@ -1488,6 +1488,19 @@ export class AdminApi {
|
|
|
1488
1488
|
[name: string]: string;
|
|
1489
1489
|
}) => void;
|
|
1490
1490
|
}): Promise<StartJobResponse>;
|
|
1491
|
+
/**
|
|
1492
|
+
* Admin-only API to retry processing of a failed window item in the dataset versioning queue.
|
|
1493
|
+
* @summary Retry dataset versioning queue item
|
|
1494
|
+
* @param projectActivityStagingWindowId
|
|
1495
|
+
*/
|
|
1496
|
+
adminRetryDatasetVersioningQueue(projectActivityStagingWindowId: number, options?: {
|
|
1497
|
+
headers: {
|
|
1498
|
+
[name: string]: string;
|
|
1499
|
+
};
|
|
1500
|
+
responseHeadersCallback?: (headers: {
|
|
1501
|
+
[name: string]: string;
|
|
1502
|
+
}) => void;
|
|
1503
|
+
}): Promise<GenericApiResponse>;
|
|
1491
1504
|
/**
|
|
1492
1505
|
* Rotate the client secret for an existing OAuth client. This operation invalidates the previous secret and generates a new one, which must be used for future OAuth authentication flows. Requires admin:oauth:write permission.
|
|
1493
1506
|
* @summary Rotate OAuth client secret
|
|
@@ -7990,6 +8003,164 @@ export class OrganizationJobsApi {
|
|
|
7990
8003
|
export {};
|
|
7991
8004
|
|
|
7992
8005
|
|
|
8006
|
+
/**
|
|
8007
|
+
* Edge Impulse API
|
|
8008
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
8009
|
+
*
|
|
8010
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8011
|
+
*
|
|
8012
|
+
*
|
|
8013
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8014
|
+
* https://openapi-generator.tech
|
|
8015
|
+
* Do not edit the class manually.
|
|
8016
|
+
*/
|
|
8017
|
+
export enum OrganizationOAuthClientsApiApiKeys {
|
|
8018
|
+
ApiKeyAuthentication = 0,
|
|
8019
|
+
JWTAuthentication = 1,
|
|
8020
|
+
JWTHttpHeaderAuthentication = 2
|
|
8021
|
+
}
|
|
8022
|
+
export type uploadOrganizationOAuthClientLogoFormParams = {
|
|
8023
|
+
image: RequestFile;
|
|
8024
|
+
};
|
|
8025
|
+
export type OrganizationOAuthClientsApiOpts = {
|
|
8026
|
+
extraHeaders?: Record<string, string>;
|
|
8027
|
+
};
|
|
8028
|
+
export class OrganizationOAuthClientsApi {
|
|
8029
|
+
protected _basePath: string;
|
|
8030
|
+
protected defaultHeaders: Record<string, string>;
|
|
8031
|
+
protected _opts: OrganizationOAuthClientsApiOpts;
|
|
8032
|
+
protected authentications: {
|
|
8033
|
+
default: Authentication;
|
|
8034
|
+
ApiKeyAuthentication: ApiKeyAuth;
|
|
8035
|
+
OAuth2: OAuth;
|
|
8036
|
+
JWTAuthentication: ApiKeyAuth;
|
|
8037
|
+
JWTHttpHeaderAuthentication: ApiKeyAuth;
|
|
8038
|
+
};
|
|
8039
|
+
protected handleResponse(response: Response | Response, returnType: string | undefined): Promise<any>;
|
|
8040
|
+
constructor(basePath?: string, opts?: OrganizationOAuthClientsApiOpts);
|
|
8041
|
+
set basePath(basePath: string);
|
|
8042
|
+
get basePath(): string;
|
|
8043
|
+
set opts(opts: OrganizationOAuthClientsApiOpts);
|
|
8044
|
+
get opts(): OrganizationOAuthClientsApiOpts;
|
|
8045
|
+
setDefaultAuthentication(auth: Authentication): void;
|
|
8046
|
+
setApiKey(key: OrganizationOAuthClientsApiApiKeys, value: string | undefined): void;
|
|
8047
|
+
set accessToken(token: string);
|
|
8048
|
+
/**
|
|
8049
|
+
* Registers a new OAuth app owned by the developer profile organization and returns the client id and one-time client secret.
|
|
8050
|
+
* @summary Create an OAuth app
|
|
8051
|
+
* @param organizationId Organization ID
|
|
8052
|
+
* @param createOAuthClientRequest
|
|
8053
|
+
*/
|
|
8054
|
+
createOrganizationOAuthClient(organizationId: number, createOAuthClientRequest: CreateOAuthClientRequest, options?: {
|
|
8055
|
+
headers: {
|
|
8056
|
+
[name: string]: string;
|
|
8057
|
+
};
|
|
8058
|
+
responseHeadersCallback?: (headers: {
|
|
8059
|
+
[name: string]: string;
|
|
8060
|
+
}) => void;
|
|
8061
|
+
}): Promise<CreateOAuthClientResponse>;
|
|
8062
|
+
/**
|
|
8063
|
+
* Deletes an OAuth app owned by the developer profile organization and revokes its tokens and authorization codes.
|
|
8064
|
+
* @summary Delete an OAuth app
|
|
8065
|
+
* @param organizationId Organization ID
|
|
8066
|
+
* @param oauthClientId
|
|
8067
|
+
*/
|
|
8068
|
+
deleteOrganizationOAuthClient(organizationId: number, oauthClientId: number, options?: {
|
|
8069
|
+
headers: {
|
|
8070
|
+
[name: string]: string;
|
|
8071
|
+
};
|
|
8072
|
+
responseHeadersCallback?: (headers: {
|
|
8073
|
+
[name: string]: string;
|
|
8074
|
+
}) => void;
|
|
8075
|
+
}): Promise<GenericApiResponse>;
|
|
8076
|
+
/**
|
|
8077
|
+
* Deletes the logo of an OAuth app owned by the developer profile organization.
|
|
8078
|
+
* @summary Delete an OAuth app logo
|
|
8079
|
+
* @param organizationId Organization ID
|
|
8080
|
+
* @param oauthClientId
|
|
8081
|
+
*/
|
|
8082
|
+
deleteOrganizationOAuthClientLogo(organizationId: number, oauthClientId: number, options?: {
|
|
8083
|
+
headers: {
|
|
8084
|
+
[name: string]: string;
|
|
8085
|
+
};
|
|
8086
|
+
responseHeadersCallback?: (headers: {
|
|
8087
|
+
[name: string]: string;
|
|
8088
|
+
}) => void;
|
|
8089
|
+
}): Promise<GenericApiResponse>;
|
|
8090
|
+
/**
|
|
8091
|
+
* Retrieves a single OAuth app owned by the developer profile organization.
|
|
8092
|
+
* @summary Get an OAuth app
|
|
8093
|
+
* @param organizationId Organization ID
|
|
8094
|
+
* @param oauthClientId
|
|
8095
|
+
*/
|
|
8096
|
+
getOrganizationOAuthClient(organizationId: number, oauthClientId: number, options?: {
|
|
8097
|
+
headers: {
|
|
8098
|
+
[name: string]: string;
|
|
8099
|
+
};
|
|
8100
|
+
responseHeadersCallback?: (headers: {
|
|
8101
|
+
[name: string]: string;
|
|
8102
|
+
}) => void;
|
|
8103
|
+
}): Promise<GetOrganizationOAuthClientResponse>;
|
|
8104
|
+
/**
|
|
8105
|
+
* Lists the OAuth apps owned by the developer profile organization.
|
|
8106
|
+
* @summary List OAuth apps
|
|
8107
|
+
* @param organizationId Organization ID
|
|
8108
|
+
*/
|
|
8109
|
+
listOrganizationOAuthClients(organizationId: number, options?: {
|
|
8110
|
+
headers: {
|
|
8111
|
+
[name: string]: string;
|
|
8112
|
+
};
|
|
8113
|
+
responseHeadersCallback?: (headers: {
|
|
8114
|
+
[name: string]: string;
|
|
8115
|
+
}) => void;
|
|
8116
|
+
}): Promise<ListOrganizationOAuthClientsResponse>;
|
|
8117
|
+
/**
|
|
8118
|
+
* Rotates the client secret of an OAuth app owned by the developer profile organization and returns the new one-time secret.
|
|
8119
|
+
* @summary Rotate an OAuth app client secret
|
|
8120
|
+
* @param organizationId Organization ID
|
|
8121
|
+
* @param oauthClientId
|
|
8122
|
+
*/
|
|
8123
|
+
rotateOrganizationOAuthClientSecret(organizationId: number, oauthClientId: number, options?: {
|
|
8124
|
+
headers: {
|
|
8125
|
+
[name: string]: string;
|
|
8126
|
+
};
|
|
8127
|
+
responseHeadersCallback?: (headers: {
|
|
8128
|
+
[name: string]: string;
|
|
8129
|
+
}) => void;
|
|
8130
|
+
}): Promise<RotateOAuthClientSecretResponse>;
|
|
8131
|
+
/**
|
|
8132
|
+
* Updates the mutable properties of an OAuth app owned by the developer profile organization.
|
|
8133
|
+
* @summary Update an OAuth app
|
|
8134
|
+
* @param organizationId Organization ID
|
|
8135
|
+
* @param oauthClientId
|
|
8136
|
+
* @param updateOAuthClientRequest
|
|
8137
|
+
*/
|
|
8138
|
+
updateOrganizationOAuthClient(organizationId: number, oauthClientId: number, updateOAuthClientRequest: UpdateOAuthClientRequest, options?: {
|
|
8139
|
+
headers: {
|
|
8140
|
+
[name: string]: string;
|
|
8141
|
+
};
|
|
8142
|
+
responseHeadersCallback?: (headers: {
|
|
8143
|
+
[name: string]: string;
|
|
8144
|
+
}) => void;
|
|
8145
|
+
}): Promise<GenericApiResponse>;
|
|
8146
|
+
/**
|
|
8147
|
+
* Uploads a PNG or JPEG logo for an OAuth app owned by the developer profile organization.
|
|
8148
|
+
* @summary Upload an OAuth app logo
|
|
8149
|
+
* @param organizationId Organization ID
|
|
8150
|
+
* @param oauthClientId
|
|
8151
|
+
* @param image
|
|
8152
|
+
*/
|
|
8153
|
+
uploadOrganizationOAuthClientLogo(organizationId: number, oauthClientId: number, params: uploadOrganizationOAuthClientLogoFormParams, options?: {
|
|
8154
|
+
headers: {
|
|
8155
|
+
[name: string]: string;
|
|
8156
|
+
};
|
|
8157
|
+
responseHeadersCallback?: (headers: {
|
|
8158
|
+
[name: string]: string;
|
|
8159
|
+
}) => void;
|
|
8160
|
+
}): Promise<GenericApiResponse>;
|
|
8161
|
+
}
|
|
8162
|
+
|
|
8163
|
+
|
|
7993
8164
|
/**
|
|
7994
8165
|
* Edge Impulse API
|
|
7995
8166
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -12856,145 +13027,6 @@ export class ThemesApi {
|
|
|
12856
13027
|
}
|
|
12857
13028
|
|
|
12858
13029
|
|
|
12859
|
-
/**
|
|
12860
|
-
* Edge Impulse API
|
|
12861
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
12862
|
-
*
|
|
12863
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12864
|
-
*
|
|
12865
|
-
*
|
|
12866
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12867
|
-
* https://openapi-generator.tech
|
|
12868
|
-
* Do not edit the class manually.
|
|
12869
|
-
*/
|
|
12870
|
-
export enum ThirdPartyAuthApiApiKeys {
|
|
12871
|
-
ApiKeyAuthentication = 0,
|
|
12872
|
-
JWTAuthentication = 1,
|
|
12873
|
-
JWTHttpHeaderAuthentication = 2
|
|
12874
|
-
}
|
|
12875
|
-
export type authorizeThirdPartyFormParams = {
|
|
12876
|
-
nextUrl: string;
|
|
12877
|
-
};
|
|
12878
|
-
export type ThirdPartyAuthApiOpts = {
|
|
12879
|
-
extraHeaders?: Record<string, string>;
|
|
12880
|
-
};
|
|
12881
|
-
export class ThirdPartyAuthApi {
|
|
12882
|
-
protected _basePath: string;
|
|
12883
|
-
protected defaultHeaders: Record<string, string>;
|
|
12884
|
-
protected _opts: ThirdPartyAuthApiOpts;
|
|
12885
|
-
protected authentications: {
|
|
12886
|
-
default: Authentication;
|
|
12887
|
-
ApiKeyAuthentication: ApiKeyAuth;
|
|
12888
|
-
OAuth2: OAuth;
|
|
12889
|
-
JWTAuthentication: ApiKeyAuth;
|
|
12890
|
-
JWTHttpHeaderAuthentication: ApiKeyAuth;
|
|
12891
|
-
};
|
|
12892
|
-
protected handleResponse(response: Response | Response, returnType: string | undefined): Promise<any>;
|
|
12893
|
-
constructor(basePath?: string, opts?: ThirdPartyAuthApiOpts);
|
|
12894
|
-
set basePath(basePath: string);
|
|
12895
|
-
get basePath(): string;
|
|
12896
|
-
set opts(opts: ThirdPartyAuthApiOpts);
|
|
12897
|
-
get opts(): ThirdPartyAuthApiOpts;
|
|
12898
|
-
setDefaultAuthentication(auth: Authentication): void;
|
|
12899
|
-
setApiKey(key: ThirdPartyAuthApiApiKeys, value: string | undefined): void;
|
|
12900
|
-
set accessToken(token: string);
|
|
12901
|
-
/**
|
|
12902
|
-
* Authorize a third party to access a project
|
|
12903
|
-
* @summary Give access to project
|
|
12904
|
-
* @param projectId Project ID
|
|
12905
|
-
* @param authId Auth ID
|
|
12906
|
-
* @param nextUrl The URL to redirect to after authorization is completed.
|
|
12907
|
-
*/
|
|
12908
|
-
authorizeThirdParty(projectId: number, authId: number, params: authorizeThirdPartyFormParams, options?: {
|
|
12909
|
-
headers: {
|
|
12910
|
-
[name: string]: string;
|
|
12911
|
-
};
|
|
12912
|
-
responseHeadersCallback?: (headers: {
|
|
12913
|
-
[name: string]: string;
|
|
12914
|
-
}) => void;
|
|
12915
|
-
}): Promise<any>;
|
|
12916
|
-
/**
|
|
12917
|
-
* Create a new third party authentication partner
|
|
12918
|
-
* @summary Create third party auth
|
|
12919
|
-
* @param createThirdPartyAuthRequest
|
|
12920
|
-
*/
|
|
12921
|
-
createThirdPartyAuth(createThirdPartyAuthRequest: CreateThirdPartyAuthRequest, options?: {
|
|
12922
|
-
headers: {
|
|
12923
|
-
[name: string]: string;
|
|
12924
|
-
};
|
|
12925
|
-
responseHeadersCallback?: (headers: {
|
|
12926
|
-
[name: string]: string;
|
|
12927
|
-
}) => void;
|
|
12928
|
-
}): Promise<CreateThirdPartyAuthResponse>;
|
|
12929
|
-
/**
|
|
12930
|
-
* Login as a user as a third-party authentication provider. If the user does not exists, it\'s automatically created. You can only log in as users that were previously created by you.
|
|
12931
|
-
* @summary Create or login a user
|
|
12932
|
-
* @param authId Auth ID
|
|
12933
|
-
* @param createUserThirdPartyRequest
|
|
12934
|
-
*/
|
|
12935
|
-
createUserThirdParty(authId: number, createUserThirdPartyRequest: CreateUserThirdPartyRequest, options?: {
|
|
12936
|
-
headers: {
|
|
12937
|
-
[name: string]: string;
|
|
12938
|
-
};
|
|
12939
|
-
responseHeadersCallback?: (headers: {
|
|
12940
|
-
[name: string]: string;
|
|
12941
|
-
}) => void;
|
|
12942
|
-
}): Promise<CreateUserThirdPartyResponse>;
|
|
12943
|
-
/**
|
|
12944
|
-
* Delete a third party authentication partner
|
|
12945
|
-
* @summary Delete third party auth
|
|
12946
|
-
* @param authId Auth ID
|
|
12947
|
-
*/
|
|
12948
|
-
deleteThirdPartyAuth(authId: number, options?: {
|
|
12949
|
-
headers: {
|
|
12950
|
-
[name: string]: string;
|
|
12951
|
-
};
|
|
12952
|
-
responseHeadersCallback?: (headers: {
|
|
12953
|
-
[name: string]: string;
|
|
12954
|
-
}) => void;
|
|
12955
|
-
}): Promise<GenericApiResponse>;
|
|
12956
|
-
/**
|
|
12957
|
-
* Get information about all third party authentication partners
|
|
12958
|
-
* @summary Get all third party auth
|
|
12959
|
-
*/
|
|
12960
|
-
getAllThirdPartyAuth(options?: {
|
|
12961
|
-
headers: {
|
|
12962
|
-
[name: string]: string;
|
|
12963
|
-
};
|
|
12964
|
-
responseHeadersCallback?: (headers: {
|
|
12965
|
-
[name: string]: string;
|
|
12966
|
-
}) => void;
|
|
12967
|
-
}): Promise<GetAllThirdPartyAuthResponse>;
|
|
12968
|
-
/**
|
|
12969
|
-
* Get information about a third party authentication partner
|
|
12970
|
-
* @summary Get third party auth
|
|
12971
|
-
* @param authId Auth ID
|
|
12972
|
-
*/
|
|
12973
|
-
getThirdPartyAuth(authId: number, options?: {
|
|
12974
|
-
headers: {
|
|
12975
|
-
[name: string]: string;
|
|
12976
|
-
};
|
|
12977
|
-
responseHeadersCallback?: (headers: {
|
|
12978
|
-
[name: string]: string;
|
|
12979
|
-
}) => void;
|
|
12980
|
-
}): Promise<GetThirdPartyAuthResponse>;
|
|
12981
|
-
/**
|
|
12982
|
-
* Update a third party authentication partner
|
|
12983
|
-
* @summary Update third party auth
|
|
12984
|
-
* @param authId Auth ID
|
|
12985
|
-
* @param updateThirdPartyAuthRequest
|
|
12986
|
-
*/
|
|
12987
|
-
updateThirdPartyAuth(authId: number, updateThirdPartyAuthRequest: UpdateThirdPartyAuthRequest, options?: {
|
|
12988
|
-
headers: {
|
|
12989
|
-
[name: string]: string;
|
|
12990
|
-
};
|
|
12991
|
-
responseHeadersCallback?: (headers: {
|
|
12992
|
-
[name: string]: string;
|
|
12993
|
-
}) => void;
|
|
12994
|
-
}): Promise<GenericApiResponse>;
|
|
12995
|
-
}
|
|
12996
|
-
|
|
12997
|
-
|
|
12998
13030
|
/**
|
|
12999
13031
|
* Edge Impulse API
|
|
13000
13032
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -16027,14 +16059,6 @@ export type AugmentationPolicySpectrogramGaussianNoiseEnum = 'none' | 'low' | 'h
|
|
|
16027
16059
|
export const AugmentationPolicySpectrogramGaussianNoiseEnumValues: string[];
|
|
16028
16060
|
|
|
16029
16061
|
|
|
16030
|
-
export type AuthorizeThirdPartyRequest = {
|
|
16031
|
-
/**
|
|
16032
|
-
* The URL to redirect to after authorization is completed.
|
|
16033
|
-
*/
|
|
16034
|
-
nextUrl: string;
|
|
16035
|
-
};
|
|
16036
|
-
|
|
16037
|
-
|
|
16038
16062
|
export type AutotuneDspRequest = {
|
|
16039
16063
|
/**
|
|
16040
16064
|
* DSP block ID to autotune parameters of
|
|
@@ -17015,6 +17039,31 @@ export type CreateNewEmptyImpulseResponse = {
|
|
|
17015
17039
|
};
|
|
17016
17040
|
|
|
17017
17041
|
|
|
17042
|
+
export type CreateOAuthClientRequest = {
|
|
17043
|
+
name: string;
|
|
17044
|
+
description?: string | null;
|
|
17045
|
+
homepageUrl?: string | null;
|
|
17046
|
+
redirectUris: string[];
|
|
17047
|
+
scopes: string[];
|
|
17048
|
+
isPublic?: boolean;
|
|
17049
|
+
};
|
|
17050
|
+
|
|
17051
|
+
|
|
17052
|
+
export type CreateOAuthClientResponse = {
|
|
17053
|
+
/**
|
|
17054
|
+
* Whether the operation succeeded
|
|
17055
|
+
*/
|
|
17056
|
+
success: boolean;
|
|
17057
|
+
/**
|
|
17058
|
+
* Optional error description (set if 'success' was false)
|
|
17059
|
+
*/
|
|
17060
|
+
error?: string;
|
|
17061
|
+
id: number;
|
|
17062
|
+
clientId: string;
|
|
17063
|
+
clientSecret?: string | null;
|
|
17064
|
+
};
|
|
17065
|
+
|
|
17066
|
+
|
|
17018
17067
|
export type CreateOrganizationBucketRequest = {
|
|
17019
17068
|
name: string;
|
|
17020
17069
|
};
|
|
@@ -17351,31 +17400,6 @@ export type CreateTestUserResponse = {
|
|
|
17351
17400
|
};
|
|
17352
17401
|
|
|
17353
17402
|
|
|
17354
|
-
export type CreateThirdPartyAuthRequest = {
|
|
17355
|
-
name: string;
|
|
17356
|
-
description: string;
|
|
17357
|
-
logo: string;
|
|
17358
|
-
domains: string[];
|
|
17359
|
-
secretKey?: string;
|
|
17360
|
-
apiKey?: string;
|
|
17361
|
-
};
|
|
17362
|
-
|
|
17363
|
-
|
|
17364
|
-
export type CreateThirdPartyAuthResponse = {
|
|
17365
|
-
/**
|
|
17366
|
-
* Whether the operation succeeded
|
|
17367
|
-
*/
|
|
17368
|
-
success: boolean;
|
|
17369
|
-
/**
|
|
17370
|
-
* Optional error description (set if 'success' was false)
|
|
17371
|
-
*/
|
|
17372
|
-
error?: string;
|
|
17373
|
-
id: number;
|
|
17374
|
-
secretKey: string;
|
|
17375
|
-
apiKey: string;
|
|
17376
|
-
};
|
|
17377
|
-
|
|
17378
|
-
|
|
17379
17403
|
export type CreateUserRequest = {
|
|
17380
17404
|
/**
|
|
17381
17405
|
* Your name
|
|
@@ -17467,48 +17491,6 @@ export type CreateUserResponse = {
|
|
|
17467
17491
|
};
|
|
17468
17492
|
|
|
17469
17493
|
|
|
17470
|
-
export type CreateUserThirdPartyRequest = {
|
|
17471
|
-
/**
|
|
17472
|
-
* Your name
|
|
17473
|
-
*/
|
|
17474
|
-
name: string;
|
|
17475
|
-
/**
|
|
17476
|
-
* Username, minimum 4 and maximum 30 characters. May contain alphanumeric characters, hyphens, underscores and dots.
|
|
17477
|
-
* Validated according to `^(?=.{4,30}$)(?![_.])(?!.*[_.]{2})[a-zA-Z0-9._-]+(?<![_.])$`.
|
|
17478
|
-
*/
|
|
17479
|
-
username: string;
|
|
17480
|
-
/**
|
|
17481
|
-
* E-mail address. Will need to be validated before the account will become active.
|
|
17482
|
-
*/
|
|
17483
|
-
email: string;
|
|
17484
|
-
/**
|
|
17485
|
-
* A project will automatically be created. Sets the name of the first project. If not set, this will be derived from
|
|
17486
|
-
* the username.
|
|
17487
|
-
*/
|
|
17488
|
-
projectName?: string;
|
|
17489
|
-
/**
|
|
17490
|
-
* Whether the user accepted the privacy policy
|
|
17491
|
-
*/
|
|
17492
|
-
privacyPolicy: boolean;
|
|
17493
|
-
};
|
|
17494
|
-
|
|
17495
|
-
|
|
17496
|
-
export type CreateUserThirdPartyResponse = {
|
|
17497
|
-
/**
|
|
17498
|
-
* Whether the operation succeeded
|
|
17499
|
-
*/
|
|
17500
|
-
success: boolean;
|
|
17501
|
-
/**
|
|
17502
|
-
* Optional error description (set if 'success' was false)
|
|
17503
|
-
*/
|
|
17504
|
-
error?: string;
|
|
17505
|
-
status: CreateUserThirdPartyResponseStatusEnum;
|
|
17506
|
-
jwtToken?: string;
|
|
17507
|
-
};
|
|
17508
|
-
export type CreateUserThirdPartyResponseStatusEnum = 'userWasCreated' | 'userNotManagedByThirdParty' | 'userAlreadyExists';
|
|
17509
|
-
export const CreateUserThirdPartyResponseStatusEnumValues: string[];
|
|
17510
|
-
|
|
17511
|
-
|
|
17512
17494
|
export type CreateWebhookDestinationRequest = {
|
|
17513
17495
|
/**
|
|
17514
17496
|
* The URL to send the webhook POST requests to. Must start with https://.
|
|
@@ -18812,6 +18794,10 @@ export type DeploymentTarget = {
|
|
|
18812
18794
|
* Preferably use supportedEngines / preferredEngine
|
|
18813
18795
|
*/
|
|
18814
18796
|
hasNordicAxon: boolean;
|
|
18797
|
+
/**
|
|
18798
|
+
* Preferably use supportedEngines / preferredEngine
|
|
18799
|
+
*/
|
|
18800
|
+
hasQaic: boolean;
|
|
18815
18801
|
hideOptimizations: boolean;
|
|
18816
18802
|
badge?: DeploymentTargetBadge;
|
|
18817
18803
|
uiSection: DeploymentTargetUiSectionEnum;
|
|
@@ -18843,7 +18829,7 @@ export type DeploymentTargetBadge = {
|
|
|
18843
18829
|
};
|
|
18844
18830
|
|
|
18845
18831
|
|
|
18846
|
-
export type DeploymentTargetEngine = 'tflite' | 'tflite-eon' | 'tflite-eon-ram-optimized' | 'tensorrt' | 'tensaiflow' | 'drp-ai' | 'tidl' | 'akida' | 'syntiant' | 'memryx' | 'neox' | 'ethos-linux' | 'st-aton' | 'ceva-npn' | 'nordic-axon' | 'vlm-connector';
|
|
18832
|
+
export type DeploymentTargetEngine = 'tflite' | 'tflite-eon' | 'tflite-eon-ram-optimized' | 'tensorrt' | 'tensaiflow' | 'drp-ai' | 'tidl' | 'akida' | 'syntiant' | 'memryx' | 'neox' | 'ethos-linux' | 'st-aton' | 'ceva-npn' | 'nordic-axon' | 'vlm-connector' | 'qaic';
|
|
18847
18833
|
export const DeploymentTargetEngineValues: string[];
|
|
18848
18834
|
|
|
18849
18835
|
|
|
@@ -19847,7 +19833,7 @@ export const ExtensionVisibilityValues: string[];
|
|
|
19847
19833
|
/**
|
|
19848
19834
|
* Known feature identifiers.
|
|
19849
19835
|
*/
|
|
19850
|
-
export type Feature = 'signup-thank-you-page' | 'stripe-live-mode' | 'azure-storage' | 'monthly-compute-limit-enforcement' | 'pay-as-you-go' | 'user-screening-check' | 'oauth2' | 'external-apps-redirect-flow' | 'dataset-versioning';
|
|
19836
|
+
export type Feature = 'signup-thank-you-page' | 'stripe-live-mode' | 'azure-storage' | 'monthly-compute-limit-enforcement' | 'pay-as-you-go' | 'user-screening-check' | 'oauth2' | 'external-apps-redirect-flow' | 'dataset-versioning' | 'oauth2-self-serve';
|
|
19851
19837
|
export const FeatureValues: string[];
|
|
19852
19838
|
|
|
19853
19839
|
|
|
@@ -20058,19 +20044,6 @@ export type GetAllImpulsesResponse = {
|
|
|
20058
20044
|
};
|
|
20059
20045
|
|
|
20060
20046
|
|
|
20061
|
-
export type GetAllThirdPartyAuthResponse = {
|
|
20062
|
-
/**
|
|
20063
|
-
* Whether the operation succeeded
|
|
20064
|
-
*/
|
|
20065
|
-
success: boolean;
|
|
20066
|
-
/**
|
|
20067
|
-
* Optional error description (set if 'success' was false)
|
|
20068
|
-
*/
|
|
20069
|
-
error?: string;
|
|
20070
|
-
auths: ThirdPartyAuth[];
|
|
20071
|
-
};
|
|
20072
|
-
|
|
20073
|
-
|
|
20074
20047
|
export type GetAllTransferLearningModelsResponse = {
|
|
20075
20048
|
/**
|
|
20076
20049
|
* Whether the operation succeeded
|
|
@@ -20961,6 +20934,19 @@ export type GetOrganizationExtensionBlockResponse = {
|
|
|
20961
20934
|
};
|
|
20962
20935
|
|
|
20963
20936
|
|
|
20937
|
+
export type GetOrganizationOAuthClientResponse = {
|
|
20938
|
+
/**
|
|
20939
|
+
* Whether the operation succeeded
|
|
20940
|
+
*/
|
|
20941
|
+
success: boolean;
|
|
20942
|
+
/**
|
|
20943
|
+
* Optional error description (set if 'success' was false)
|
|
20944
|
+
*/
|
|
20945
|
+
error?: string;
|
|
20946
|
+
oauthClient: SelfServeOAuthClient;
|
|
20947
|
+
};
|
|
20948
|
+
|
|
20949
|
+
|
|
20964
20950
|
export type GetOrganizationPipelinesResponse = {
|
|
20965
20951
|
/**
|
|
20966
20952
|
* Whether the operation succeeded
|
|
@@ -21581,19 +21567,6 @@ export type GetThemesResponse = {
|
|
|
21581
21567
|
};
|
|
21582
21568
|
|
|
21583
21569
|
|
|
21584
|
-
export type GetThirdPartyAuthResponse = {
|
|
21585
|
-
/**
|
|
21586
|
-
* Whether the operation succeeded
|
|
21587
|
-
*/
|
|
21588
|
-
success: boolean;
|
|
21589
|
-
/**
|
|
21590
|
-
* Optional error description (set if 'success' was false)
|
|
21591
|
-
*/
|
|
21592
|
-
error?: string;
|
|
21593
|
-
auth: ThirdPartyAuth;
|
|
21594
|
-
};
|
|
21595
|
-
|
|
21596
|
-
|
|
21597
21570
|
export type GetUserNeedToSetPasswordResponse = {
|
|
21598
21571
|
/**
|
|
21599
21572
|
* Whether the operation succeeded
|
|
@@ -23454,6 +23427,19 @@ export type ListOrganizationFilesResponse = {
|
|
|
23454
23427
|
};
|
|
23455
23428
|
|
|
23456
23429
|
|
|
23430
|
+
export type ListOrganizationOAuthClientsResponse = {
|
|
23431
|
+
/**
|
|
23432
|
+
* Whether the operation succeeded
|
|
23433
|
+
*/
|
|
23434
|
+
success: boolean;
|
|
23435
|
+
/**
|
|
23436
|
+
* Optional error description (set if 'success' was false)
|
|
23437
|
+
*/
|
|
23438
|
+
error?: string;
|
|
23439
|
+
oauthClients: SelfServeOAuthClient[];
|
|
23440
|
+
};
|
|
23441
|
+
|
|
23442
|
+
|
|
23457
23443
|
export type ListOrganizationPipelinesResponse = {
|
|
23458
23444
|
/**
|
|
23459
23445
|
* Whether the operation succeeded
|
|
@@ -26285,7 +26271,7 @@ export type PerformanceCalibrationUploadLabeledAudioResponse = {
|
|
|
26285
26271
|
};
|
|
26286
26272
|
|
|
26287
26273
|
|
|
26288
|
-
export type Permission = 'admin:infra:disallowedEmailDomains:read' | 'admin:infra:disallowedEmailDomains:write' | 'admin:infra:featureFlags:read' | 'admin:infra:featureFlags:write' | 'admin:infra:config:read' | 'admin:infra:config:write' | 'admin:infra:migrations:read' | 'admin:infra:migrations:write' | 'admin:metrics:read' | 'admin:metrics:write' | 'admin:oauth:read' | 'admin:oauth:write' | 'admin:organizations:read' | 'admin:organizations:write' | 'admin:organizations:members:write' | 'admin:projects:members:write' | 'admin:projects:read' | 'admin:projects:write' | 'admin:trashbin:write' | 'admin:trials:read' | 'admin:trials:write' | 'admin:users:permissions:write' | 'admin:users:read' | 'admin:users:signupApprovals:read' | 'admin:users:signupApprovals:write' | 'admin:users:write' | 'admin:jobs:read' | 'admin:emails:verification:code:read' | 'admin:sso:read' | 'admin:sso:domainIdps:write' | 'admin:vlm:model:read' | 'admin:vlm:model:write' | 'projects:limits:write' | 'projects:training:keras:write' | 'projects:data:versioning:write' | '
|
|
26274
|
+
export type Permission = 'admin:infra:datasetVersioning:queue:write' | 'admin:infra:disallowedEmailDomains:read' | 'admin:infra:disallowedEmailDomains:write' | 'admin:infra:featureFlags:read' | 'admin:infra:featureFlags:write' | 'admin:infra:config:read' | 'admin:infra:config:write' | 'admin:infra:migrations:read' | 'admin:infra:migrations:write' | 'admin:metrics:read' | 'admin:metrics:write' | 'admin:oauth:read' | 'admin:oauth:write' | 'admin:organizations:read' | 'admin:organizations:write' | 'admin:organizations:members:write' | 'admin:projects:members:write' | 'admin:projects:read' | 'admin:projects:write' | 'admin:trashbin:write' | 'admin:trials:read' | 'admin:trials:write' | 'admin:users:permissions:write' | 'admin:users:read' | 'admin:users:signupApprovals:read' | 'admin:users:signupApprovals:write' | 'admin:users:write' | 'admin:jobs:read' | 'admin:emails:verification:code:read' | 'admin:sso:read' | 'admin:sso:domainIdps:write' | 'admin:vlm:model:read' | 'admin:vlm:model:write' | 'projects:limits:write' | 'projects:training:keras:write' | 'projects:data:versioning:write' | 'users:emails:read' | 'whitelabels:read' | 'whitelabels:write' | 'test:data:write' | 'test:users:read' | 'test:users:write';
|
|
26289
26275
|
export const PermissionValues: string[];
|
|
26290
26276
|
|
|
26291
26277
|
|
|
@@ -27153,6 +27139,10 @@ export type ProjectDeploymentTarget = {
|
|
|
27153
27139
|
* Preferably use supportedEngines / preferredEngine
|
|
27154
27140
|
*/
|
|
27155
27141
|
hasNordicAxon: boolean;
|
|
27142
|
+
/**
|
|
27143
|
+
* Preferably use supportedEngines / preferredEngine
|
|
27144
|
+
*/
|
|
27145
|
+
hasQaic: boolean;
|
|
27156
27146
|
hideOptimizations: boolean;
|
|
27157
27147
|
badge?: DeploymentTargetBadge;
|
|
27158
27148
|
uiSection: ProjectDeploymentTargetUiSectionEnum;
|
|
@@ -28074,6 +28064,19 @@ export type RestoreProjectRequest = {
|
|
|
28074
28064
|
};
|
|
28075
28065
|
|
|
28076
28066
|
|
|
28067
|
+
export type RotateOAuthClientSecretResponse = {
|
|
28068
|
+
/**
|
|
28069
|
+
* Whether the operation succeeded
|
|
28070
|
+
*/
|
|
28071
|
+
success: boolean;
|
|
28072
|
+
/**
|
|
28073
|
+
* Optional error description (set if 'success' was false)
|
|
28074
|
+
*/
|
|
28075
|
+
error?: string;
|
|
28076
|
+
clientSecret: string;
|
|
28077
|
+
};
|
|
28078
|
+
|
|
28079
|
+
|
|
28077
28080
|
export type RotateWebhookDestinationSecretResponse = {
|
|
28078
28081
|
/**
|
|
28079
28082
|
* Whether the operation succeeded
|
|
@@ -28388,6 +28391,21 @@ export type SegmentSampleRequestSegments = {
|
|
|
28388
28391
|
};
|
|
28389
28392
|
|
|
28390
28393
|
|
|
28394
|
+
export type SelfServeOAuthClient = {
|
|
28395
|
+
id: number;
|
|
28396
|
+
clientId: string;
|
|
28397
|
+
name: string;
|
|
28398
|
+
description?: string | null;
|
|
28399
|
+
homepageUrl?: string | null;
|
|
28400
|
+
redirectUris: string[];
|
|
28401
|
+
scopes: string[];
|
|
28402
|
+
isPublic: boolean;
|
|
28403
|
+
requirePkce: boolean;
|
|
28404
|
+
created?: Date | null;
|
|
28405
|
+
logoUrl?: string | null;
|
|
28406
|
+
};
|
|
28407
|
+
|
|
28408
|
+
|
|
28391
28409
|
export type SendUserFeedbackRequest = {
|
|
28392
28410
|
type: SendUserFeedbackRequestTypeEnum;
|
|
28393
28411
|
/**
|
|
@@ -29357,16 +29375,6 @@ export type Theme = {
|
|
|
29357
29375
|
};
|
|
29358
29376
|
|
|
29359
29377
|
|
|
29360
|
-
export type ThirdPartyAuth = {
|
|
29361
|
-
id: number;
|
|
29362
|
-
name: string;
|
|
29363
|
-
description: string;
|
|
29364
|
-
logo: string;
|
|
29365
|
-
domains: string[];
|
|
29366
|
-
created: Date;
|
|
29367
|
-
};
|
|
29368
|
-
|
|
29369
|
-
|
|
29370
29378
|
/**
|
|
29371
29379
|
* Current value of the threshold
|
|
29372
29380
|
*/
|
|
@@ -29776,6 +29784,15 @@ export type UpdateJobRequest = {
|
|
|
29776
29784
|
};
|
|
29777
29785
|
|
|
29778
29786
|
|
|
29787
|
+
export type UpdateOAuthClientRequest = {
|
|
29788
|
+
name?: string;
|
|
29789
|
+
description?: string | null;
|
|
29790
|
+
homepageUrl?: string | null;
|
|
29791
|
+
redirectUris?: string[];
|
|
29792
|
+
scopes?: string[];
|
|
29793
|
+
};
|
|
29794
|
+
|
|
29795
|
+
|
|
29779
29796
|
export type UpdateOrganizationAddCollaboratorRequest = {
|
|
29780
29797
|
/**
|
|
29781
29798
|
* The ID of the project to add the collaborator to.
|
|
@@ -30432,14 +30449,6 @@ export type UpdateThemeLogosRequest = {
|
|
|
30432
30449
|
};
|
|
30433
30450
|
|
|
30434
30451
|
|
|
30435
|
-
export type UpdateThirdPartyAuthRequest = {
|
|
30436
|
-
name?: string;
|
|
30437
|
-
description?: string;
|
|
30438
|
-
logo?: string;
|
|
30439
|
-
domains?: string[];
|
|
30440
|
-
};
|
|
30441
|
-
|
|
30442
|
-
|
|
30443
30452
|
export type UpdateTunerRunRequest = {
|
|
30444
30453
|
name?: string;
|
|
30445
30454
|
};
|
|
@@ -30529,6 +30538,11 @@ export type UpdateWhitelabelInternalRequest = {
|
|
|
30529
30538
|
*/
|
|
30530
30539
|
disablePublicEntities?: boolean;
|
|
30531
30540
|
/**
|
|
30541
|
+
* Controls whether adding collaborators to projects requires collaborators to already be members of this whitelabel
|
|
30542
|
+
* instance.
|
|
30543
|
+
*/
|
|
30544
|
+
requireCollaboratorsInWhitelabel?: boolean;
|
|
30545
|
+
/**
|
|
30532
30546
|
* Controls whether marketing features (marketing cookies, HubSpot tracking, etc.) are disabled for this whitelabel
|
|
30533
30547
|
* instance.
|
|
30534
30548
|
*/
|
|
@@ -31267,6 +31281,7 @@ export type VlmConfiguration = {
|
|
|
31267
31281
|
promptComponents?: VlmPromptComponentConfig;
|
|
31268
31282
|
parameters?: VlmPromptConfigParameters;
|
|
31269
31283
|
labelingMethod: ProjectLabelingMethod;
|
|
31284
|
+
imageResize?: VlmConfigurationBaseImageResize;
|
|
31270
31285
|
/**
|
|
31271
31286
|
* Unique configuration ID, updated each time the config is changed
|
|
31272
31287
|
*/
|
|
@@ -31281,6 +31296,14 @@ export type VlmConfigurationBase = {
|
|
|
31281
31296
|
promptComponents?: VlmPromptComponentConfig;
|
|
31282
31297
|
parameters?: VlmPromptConfigParameters;
|
|
31283
31298
|
labelingMethod: ProjectLabelingMethod;
|
|
31299
|
+
imageResize?: VlmConfigurationBaseImageResize;
|
|
31300
|
+
};
|
|
31301
|
+
|
|
31302
|
+
|
|
31303
|
+
export type VlmConfigurationBaseImageResize = {
|
|
31304
|
+
imageWidth: number;
|
|
31305
|
+
imageHeight: number;
|
|
31306
|
+
resizeMode: ImageInputResizeMode;
|
|
31284
31307
|
};
|
|
31285
31308
|
|
|
31286
31309
|
|
|
@@ -31539,6 +31562,10 @@ export type Whitelabel = {
|
|
|
31539
31562
|
*/
|
|
31540
31563
|
disablePublicEntities?: boolean;
|
|
31541
31564
|
/**
|
|
31565
|
+
* Whether adding collaborators to projects requires collaborators to already be members of this whitelabel instance.
|
|
31566
|
+
*/
|
|
31567
|
+
requireCollaboratorsInWhitelabel?: boolean;
|
|
31568
|
+
/**
|
|
31542
31569
|
* Whether marketing features (marketing cookies, HubSpot tracking, etc.) are disabled for this whitelabel instance.
|
|
31543
31570
|
*/
|
|
31544
31571
|
disableMarketingFeatures?: boolean;
|
|
@@ -31639,7 +31666,6 @@ export class EdgeImpulseApi {
|
|
|
31639
31666
|
projects: ProjectsApi;
|
|
31640
31667
|
rawData: RawDataApi;
|
|
31641
31668
|
themes: ThemesApi;
|
|
31642
|
-
thirdPartyAuth: ThirdPartyAuthApi;
|
|
31643
31669
|
uploadPortal: UploadPortalApi;
|
|
31644
31670
|
user: UserApi;
|
|
31645
31671
|
vlm: VlmApi;
|