@crowdin/app-project-module 0.47.0 → 0.47.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/out/types.d.ts CHANGED
@@ -218,7 +218,11 @@ export declare enum Scope {
218
218
  SCREENSHOTS = "project.screenshot",
219
219
  SECURITY_LOGS = "security-log",
220
220
  VENDORS = "vendor",
221
- FIELDS = "field"
221
+ FIELDS = "field",
222
+ AI = "ai",
223
+ AI_PROVIDERS = "ai.provider",
224
+ AI_PROMPTS = "ai.prompt",
225
+ AI_PROXIES = "ai.proxy"
222
226
  }
223
227
  export interface CrowdinClientRequest extends Request {
224
228
  crowdinApiClient: Crowdin;
package/out/types.js CHANGED
@@ -29,6 +29,10 @@ var Scope;
29
29
  Scope["SECURITY_LOGS"] = "security-log";
30
30
  Scope["VENDORS"] = "vendor";
31
31
  Scope["FIELDS"] = "field";
32
+ Scope["AI"] = "ai";
33
+ Scope["AI_PROVIDERS"] = "ai.provider";
34
+ Scope["AI_PROMPTS"] = "ai.prompt";
35
+ Scope["AI_PROXIES"] = "ai.proxy";
32
36
  })(Scope = exports.Scope || (exports.Scope = {}));
33
37
  var AccountType;
34
38
  (function (AccountType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdin/app-project-module",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
4
4
  "description": "Module that generates for you all common endpoints for serving standalone Crowdin App",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",