Skip to content

Commit 85fcaf2

Browse files
committed
Merge tag '4.0.0' into develop
2 parents cea155b + c32885b commit 85fcaf2

File tree

95 files changed

+8701
-6877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+8701
-6877
lines changed

.editorconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ build/Release
2828
# Dependency directory
2929
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
3030
node_modules
31+
typings
32+
dist
33+
wwwroot/*.js
3134
.npmrc
3235
*.log
3336

.openapi-generator-ignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# OpenAPI Generator Ignore
2+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
.gitignore
8+
.npmignore
9+
README.md
10+
11+
# As an example, the C# client generator defines ApiClient.cs.
12+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
13+
#ApiClient.cs
14+
15+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
16+
#foo/*/qux
17+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
18+
19+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
20+
#foo/**/qux
21+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
22+
23+
# You can also negate patterns with an exclamation (!).
24+
# For example, you can ignore all files in a docs folder with the file extension .md:
25+
#docs/*.md
26+
# Then explicitly reverse the ignore rule for a single file:
27+
#!docs/README.md

.openapi-generator/FILES

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
package.json
2+
src/apis/CookieApi.ts
3+
src/apis/FingerprintApi.ts
4+
src/apis/FolderApi.ts
5+
src/apis/GeneralApi.ts
6+
src/apis/KernelApi.ts
7+
src/apis/ProfileApi.ts
8+
src/apis/index.ts
9+
src/index.ts
10+
src/models/AddProfileToFolderRequest.ts
11+
src/models/AudioSpoofingType.ts
12+
src/models/Browser.ts
13+
src/models/BrowserCookie.ts
14+
src/models/BrowserSettings.ts
15+
src/models/CanvasSpoofingType.ts
16+
src/models/CookieRequest.ts
17+
src/models/CreateFolderRequest.ts
18+
src/models/CreateProfileRequest.ts
19+
src/models/DeleteFolderResponse.ts
20+
src/models/Device.ts
21+
src/models/DeviceMemoryChoice.ts
22+
src/models/DeviceMemorySpoofingType.ts
23+
src/models/ExportProfileRequest.ts
24+
src/models/Fingerprint.ts
25+
src/models/FingerprintPreview.ts
26+
src/models/FolderResponse.ts
27+
src/models/FontSpoofingType.ts
28+
src/models/GeolocationChoice.ts
29+
src/models/GeolocationSpoofingOptions.ts
30+
src/models/GeolocationSpoofingType.ts
31+
src/models/GroupRole.ts
32+
src/models/HardwareConcurrencyChoice.ts
33+
src/models/HardwareConcurrencySpoofingType.ts
34+
src/models/ImportProfileRequest.ts
35+
src/models/KernelResponse.ts
36+
src/models/ListFoldersResponse.ts
37+
src/models/Os.ts
38+
src/models/PasswordManagerType.ts
39+
src/models/Preference.ts
40+
src/models/ProblemDetails.ts
41+
src/models/ProblemResponse.ts
42+
src/models/ProfileLifetimeState.ts
43+
src/models/ProfilePreview.ts
44+
src/models/ProfileResponse.ts
45+
src/models/ProfileStorageLocation.ts
46+
src/models/ProxyChoice.ts
47+
src/models/ProxyConnectionType.ts
48+
src/models/QuotaStatistics.ts
49+
src/models/RunningProfilesStatistics.ts
50+
src/models/ScreenChoice.ts
51+
src/models/ScreenSpoofingType.ts
52+
src/models/Server.ts
53+
src/models/ShareAccess.ts
54+
src/models/ShareAccessRequest.ts
55+
src/models/ShareGroupRequest.ts
56+
src/models/SharingOptionsResponse.ts
57+
src/models/StatusResponse.ts
58+
src/models/TimezoneChoice.ts
59+
src/models/TimezoneSpoofingType.ts
60+
src/models/UpdateFolderRequest.ts
61+
src/models/UpdateProfileRequest.ts
62+
src/models/User.ts
63+
src/models/UserInfoResponse.ts
64+
src/models/ValidationProblemDetails.ts
65+
src/models/WebRtcChoice.ts
66+
src/models/WebRtcSpoofingOptions.ts
67+
src/models/WebRtcSpoofingType.ts
68+
src/models/WebglMeta.ts
69+
src/models/WebglMetaChoice.ts
70+
src/models/WebglMetaSpoofingOptions.ts
71+
src/models/WebglMetaSpoofingType.ts
72+
src/models/WebglSpoofingType.ts
73+
src/models/index.ts
74+
src/runtime.ts
75+
tsconfig.esm.json
76+
tsconfig.json

.openapi-generator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.11.0

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Kameleo Team
3+
Copyright (c) 2025 Kameleo Team
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)