edge-impulse-api 1.93.30 → 1.94.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.
Files changed (62) hide show
  1. package/build/browser/edge-impulse-api.d.ts +36 -262
  2. package/build/browser/edge-impulse-api.js +411 -1024
  3. package/build/browser/edge-impulse-api.js.map +1 -1
  4. package/build/library/api.d.ts +1 -2
  5. package/build/library/api.js +0 -5
  6. package/build/library/api.js.map +1 -1
  7. package/build/library/sdk/api/adminApi.d.ts +13 -0
  8. package/build/library/sdk/api/adminApi.js +70 -0
  9. package/build/library/sdk/api/adminApi.js.map +1 -1
  10. package/build/library/sdk/api/apis.d.ts +1 -3
  11. package/build/library/sdk/api/apis.js +1 -3
  12. package/build/library/sdk/api/apis.js.map +1 -1
  13. package/build/library/sdk/model/deploymentTarget.d.ts +1 -0
  14. package/build/library/sdk/model/deploymentTarget.js.map +1 -1
  15. package/build/library/sdk/model/deploymentTargetEngine.d.ts +1 -1
  16. package/build/library/sdk/model/deploymentTargetEngine.js +1 -1
  17. package/build/library/sdk/model/deploymentTargetEngine.js.map +1 -1
  18. package/build/library/sdk/model/models.d.ts +1 -9
  19. package/build/library/sdk/model/models.js +1 -9
  20. package/build/library/sdk/model/models.js.map +1 -1
  21. package/build/library/sdk/model/permission.d.ts +1 -1
  22. package/build/library/sdk/model/permission.js +1 -1
  23. package/build/library/sdk/model/permission.js.map +1 -1
  24. package/build/library/sdk/model/projectDeploymentTarget.d.ts +1 -0
  25. package/build/library/sdk/model/projectDeploymentTarget.js.map +1 -1
  26. package/build/library/sdk/model/updateWhitelabelInternalRequest.d.ts +5 -0
  27. package/build/library/sdk/model/vlmConfiguration.d.ts +2 -0
  28. package/build/library/sdk/model/vlmConfigurationBase.d.ts +2 -0
  29. package/build/library/sdk/model/vlmConfigurationBaseImageResize.d.ts +6 -0
  30. package/build/library/sdk/model/{authorizeThirdPartyRequest.js → vlmConfigurationBaseImageResize.js} +1 -1
  31. package/build/library/sdk/model/vlmConfigurationBaseImageResize.js.map +1 -0
  32. package/build/library/sdk/model/whitelabel.d.ts +4 -0
  33. package/package.json +1 -1
  34. package/build/library/sdk/api/thirdPartyAuthApi.d.ts +0 -148
  35. package/build/library/sdk/api/thirdPartyAuthApi.js +0 -607
  36. package/build/library/sdk/api/thirdPartyAuthApi.js.map +0 -1
  37. package/build/library/sdk/model/authorizeThirdPartyRequest.d.ts +0 -6
  38. package/build/library/sdk/model/authorizeThirdPartyRequest.js.map +0 -1
  39. package/build/library/sdk/model/createThirdPartyAuthRequest.d.ts +0 -8
  40. package/build/library/sdk/model/createThirdPartyAuthRequest.js +0 -4
  41. package/build/library/sdk/model/createThirdPartyAuthRequest.js.map +0 -1
  42. package/build/library/sdk/model/createThirdPartyAuthResponse.d.ts +0 -13
  43. package/build/library/sdk/model/createThirdPartyAuthResponse.js +0 -4
  44. package/build/library/sdk/model/createThirdPartyAuthResponse.js.map +0 -1
  45. package/build/library/sdk/model/createUserThirdPartyRequest.d.ts +0 -24
  46. package/build/library/sdk/model/createUserThirdPartyRequest.js +0 -4
  47. package/build/library/sdk/model/createUserThirdPartyRequest.js.map +0 -1
  48. package/build/library/sdk/model/createUserThirdPartyResponse.d.ts +0 -14
  49. package/build/library/sdk/model/createUserThirdPartyResponse.js +0 -6
  50. package/build/library/sdk/model/createUserThirdPartyResponse.js.map +0 -1
  51. package/build/library/sdk/model/getAllThirdPartyAuthResponse.d.ts +0 -12
  52. package/build/library/sdk/model/getAllThirdPartyAuthResponse.js +0 -4
  53. package/build/library/sdk/model/getAllThirdPartyAuthResponse.js.map +0 -1
  54. package/build/library/sdk/model/getThirdPartyAuthResponse.d.ts +0 -12
  55. package/build/library/sdk/model/getThirdPartyAuthResponse.js +0 -4
  56. package/build/library/sdk/model/getThirdPartyAuthResponse.js.map +0 -1
  57. package/build/library/sdk/model/thirdPartyAuth.d.ts +0 -8
  58. package/build/library/sdk/model/thirdPartyAuth.js +0 -4
  59. package/build/library/sdk/model/thirdPartyAuth.js.map +0 -1
  60. package/build/library/sdk/model/updateThirdPartyAuthRequest.d.ts +0 -6
  61. package/build/library/sdk/model/updateThirdPartyAuthRequest.js +0 -4
  62. 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 ThirdPartyAuthApi | typeof UploadPortalApi | typeof UserApi | typeof VlmApi | typeof WhitelabelsApi)[];
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 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
@@ -12856,145 +12869,6 @@ export class ThemesApi {
12856
12869
  }
12857
12870
 
12858
12871
 
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
12872
  /**
12999
12873
  * Edge Impulse API
13000
12874
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -16027,14 +15901,6 @@ export type AugmentationPolicySpectrogramGaussianNoiseEnum = 'none' | 'low' | 'h
16027
15901
  export const AugmentationPolicySpectrogramGaussianNoiseEnumValues: string[];
16028
15902
 
16029
15903
 
16030
- export type AuthorizeThirdPartyRequest = {
16031
- /**
16032
- * The URL to redirect to after authorization is completed.
16033
- */
16034
- nextUrl: string;
16035
- };
16036
-
16037
-
16038
15904
  export type AutotuneDspRequest = {
16039
15905
  /**
16040
15906
  * DSP block ID to autotune parameters of
@@ -17351,31 +17217,6 @@ export type CreateTestUserResponse = {
17351
17217
  };
17352
17218
 
17353
17219
 
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
17220
  export type CreateUserRequest = {
17380
17221
  /**
17381
17222
  * Your name
@@ -17467,48 +17308,6 @@ export type CreateUserResponse = {
17467
17308
  };
17468
17309
 
17469
17310
 
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
17311
  export type CreateWebhookDestinationRequest = {
17513
17312
  /**
17514
17313
  * The URL to send the webhook POST requests to. Must start with https://.
@@ -18812,6 +18611,7 @@ export type DeploymentTarget = {
18812
18611
  * Preferably use supportedEngines / preferredEngine
18813
18612
  */
18814
18613
  hasNordicAxon: boolean;
18614
+ hsasQaic: boolean;
18815
18615
  hideOptimizations: boolean;
18816
18616
  badge?: DeploymentTargetBadge;
18817
18617
  uiSection: DeploymentTargetUiSectionEnum;
@@ -18843,7 +18643,7 @@ export type DeploymentTargetBadge = {
18843
18643
  };
18844
18644
 
18845
18645
 
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';
18646
+ 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
18647
  export const DeploymentTargetEngineValues: string[];
18848
18648
 
18849
18649
 
@@ -20058,19 +19858,6 @@ export type GetAllImpulsesResponse = {
20058
19858
  };
20059
19859
 
20060
19860
 
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
19861
  export type GetAllTransferLearningModelsResponse = {
20075
19862
  /**
20076
19863
  * Whether the operation succeeded
@@ -21581,19 +21368,6 @@ export type GetThemesResponse = {
21581
21368
  };
21582
21369
 
21583
21370
 
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
21371
  export type GetUserNeedToSetPasswordResponse = {
21598
21372
  /**
21599
21373
  * Whether the operation succeeded
@@ -26285,7 +26059,7 @@ export type PerformanceCalibrationUploadLabeledAudioResponse = {
26285
26059
  };
26286
26060
 
26287
26061
 
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' | 'thirdpartyauth:read' | 'thirdpartyauth:write' | 'users:emails:read' | 'whitelabels:read' | 'whitelabels:write' | 'test:data:write' | 'test:users:read' | 'test:users:write';
26062
+ 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
26063
  export const PermissionValues: string[];
26290
26064
 
26291
26065
 
@@ -27153,6 +26927,7 @@ export type ProjectDeploymentTarget = {
27153
26927
  * Preferably use supportedEngines / preferredEngine
27154
26928
  */
27155
26929
  hasNordicAxon: boolean;
26930
+ hasQaic: boolean;
27156
26931
  hideOptimizations: boolean;
27157
26932
  badge?: DeploymentTargetBadge;
27158
26933
  uiSection: ProjectDeploymentTargetUiSectionEnum;
@@ -29357,16 +29132,6 @@ export type Theme = {
29357
29132
  };
29358
29133
 
29359
29134
 
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
29135
  /**
29371
29136
  * Current value of the threshold
29372
29137
  */
@@ -30432,14 +30197,6 @@ export type UpdateThemeLogosRequest = {
30432
30197
  };
30433
30198
 
30434
30199
 
30435
- export type UpdateThirdPartyAuthRequest = {
30436
- name?: string;
30437
- description?: string;
30438
- logo?: string;
30439
- domains?: string[];
30440
- };
30441
-
30442
-
30443
30200
  export type UpdateTunerRunRequest = {
30444
30201
  name?: string;
30445
30202
  };
@@ -30529,6 +30286,11 @@ export type UpdateWhitelabelInternalRequest = {
30529
30286
  */
30530
30287
  disablePublicEntities?: boolean;
30531
30288
  /**
30289
+ * Controls whether adding collaborators to projects requires collaborators to already be members of this whitelabel
30290
+ * instance.
30291
+ */
30292
+ requireCollaboratorsInWhitelabel?: boolean;
30293
+ /**
30532
30294
  * Controls whether marketing features (marketing cookies, HubSpot tracking, etc.) are disabled for this whitelabel
30533
30295
  * instance.
30534
30296
  */
@@ -31267,6 +31029,7 @@ export type VlmConfiguration = {
31267
31029
  promptComponents?: VlmPromptComponentConfig;
31268
31030
  parameters?: VlmPromptConfigParameters;
31269
31031
  labelingMethod: ProjectLabelingMethod;
31032
+ imageResize?: VlmConfigurationBaseImageResize;
31270
31033
  /**
31271
31034
  * Unique configuration ID, updated each time the config is changed
31272
31035
  */
@@ -31281,6 +31044,14 @@ export type VlmConfigurationBase = {
31281
31044
  promptComponents?: VlmPromptComponentConfig;
31282
31045
  parameters?: VlmPromptConfigParameters;
31283
31046
  labelingMethod: ProjectLabelingMethod;
31047
+ imageResize?: VlmConfigurationBaseImageResize;
31048
+ };
31049
+
31050
+
31051
+ export type VlmConfigurationBaseImageResize = {
31052
+ imageWidth: number;
31053
+ imageHeight: number;
31054
+ resizeMode: ImageInputResizeMode;
31284
31055
  };
31285
31056
 
31286
31057
 
@@ -31539,6 +31310,10 @@ export type Whitelabel = {
31539
31310
  */
31540
31311
  disablePublicEntities?: boolean;
31541
31312
  /**
31313
+ * Whether adding collaborators to projects requires collaborators to already be members of this whitelabel instance.
31314
+ */
31315
+ requireCollaboratorsInWhitelabel?: boolean;
31316
+ /**
31542
31317
  * Whether marketing features (marketing cookies, HubSpot tracking, etc.) are disabled for this whitelabel instance.
31543
31318
  */
31544
31319
  disableMarketingFeatures?: boolean;
@@ -31639,7 +31414,6 @@ export class EdgeImpulseApi {
31639
31414
  projects: ProjectsApi;
31640
31415
  rawData: RawDataApi;
31641
31416
  themes: ThemesApi;
31642
- thirdPartyAuth: ThirdPartyAuthApi;
31643
31417
  uploadPortal: UploadPortalApi;
31644
31418
  user: UserApi;
31645
31419
  vlm: VlmApi;