@unito/integration-cli 0.63.0 → 0.63.2

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.
@@ -8,9 +8,9 @@ export declare function generateIntegration(overrides?: Partial<IntegrationsPlat
8
8
  baseUrl: string | null;
9
9
  graphRelativeUrl: string;
10
10
  credentialAccountRelativeUrl: string;
11
- webhookParsingRelativeUrl?: (string | null) | undefined;
12
- webhookSubscriptionsRelativeUrl?: (string | null) | undefined;
13
- webhookAcknowledgeRelativeUrl?: (string | null) | undefined;
11
+ webhookParsingRelativeUrl?: string | null | undefined;
12
+ webhookSubscriptionsRelativeUrl?: string | null | undefined;
13
+ webhookAcknowledgeRelativeUrl?: string | null | undefined;
14
14
  visibility: string;
15
15
  unitoOrganizationIds: string[];
16
16
  ui: {
@@ -20,7 +20,7 @@ export declare function generateIntegration(overrides?: Partial<IntegrationsPlat
20
20
  secrets?: {
21
21
  [key: string]: string;
22
22
  } | undefined;
23
- disabledAt?: (string | null) | undefined;
23
+ disabledAt?: string | null | undefined;
24
24
  authorizations: import("../../src/services/integrationsPlatformClient").Authorization[];
25
25
  userIds: number[];
26
26
  };
@@ -1 +1 @@
1
- {"root":["../src/baseCommand.ts","../src/configurationTypes.ts","../src/errors.ts","../src/index.ts","../src/commands/activity.ts","../src/commands/dev.ts","../src/commands/encrypt.ts","../src/commands/init.ts","../src/commands/invite.ts","../src/commands/login.ts","../src/commands/oauth2.ts","../src/commands/publish.ts","../src/commands/test.ts","../src/commands/upgrade.ts","../src/hooks/init/displayLogo.ts","../src/resources/configuration.ts","../src/resources/credentials.ts","../src/resources/decryption.ts","../src/resources/fileSystem.ts","../src/resources/globalConfiguration.ts","../src/resources/integrations.ts","../src/resources/integrationsPlatform.ts","../src/resources/oauth2.ts","../src/resources/template.ts","../src/services/integrationsPlatform.ts","../src/services/integrationsPlatformClient.ts","../src/services/oauth2.ts","../test/errors.test.ts","../test/commands/activity.test.ts","../test/commands/dev.test.ts","../test/commands/encrypt.test.ts","../test/commands/init.test.ts","../test/commands/invite.test.ts","../test/commands/login.test.ts","../test/commands/oauth2.test.ts","../test/commands/publish.test.ts","../test/commands/test.test.ts","../test/commands/upgrade.test.ts","../test/helpers/init.js","../test/helpers/integrations.ts","../test/helpers/styles.ts","../test/resources/configuration.test.ts","../test/resources/decryption.test.ts","../test/resources/globalConfiguration.test.ts","../test/resources/integrations.test.ts","../test/resources/oauth2.test.ts","../test/resources/template.test.ts","../test/services/integrationsPlatform.test.ts","../test/services/oauth2.test.ts","../scripts/generateTypes.ts","../.eslintrc.js"],"version":"5.6.3"}
1
+ {"root":["../src/baseCommand.ts","../src/configurationTypes.ts","../src/errors.ts","../src/index.ts","../src/commands/activity.ts","../src/commands/dev.ts","../src/commands/encrypt.ts","../src/commands/init.ts","../src/commands/invite.ts","../src/commands/login.ts","../src/commands/oauth2.ts","../src/commands/publish.ts","../src/commands/test.ts","../src/commands/upgrade.ts","../src/hooks/init/displayLogo.ts","../src/resources/configuration.ts","../src/resources/credentials.ts","../src/resources/decryption.ts","../src/resources/fileSystem.ts","../src/resources/globalConfiguration.ts","../src/resources/integrations.ts","../src/resources/integrationsPlatform.ts","../src/resources/oauth2.ts","../src/resources/template.ts","../src/services/integrationsPlatform.ts","../src/services/integrationsPlatformClient.ts","../src/services/oauth2.ts","../test/errors.test.ts","../test/commands/activity.test.ts","../test/commands/dev.test.ts","../test/commands/encrypt.test.ts","../test/commands/init.test.ts","../test/commands/invite.test.ts","../test/commands/login.test.ts","../test/commands/oauth2.test.ts","../test/commands/publish.test.ts","../test/commands/test.test.ts","../test/commands/upgrade.test.ts","../test/helpers/init.js","../test/helpers/integrations.ts","../test/helpers/styles.ts","../test/resources/configuration.test.ts","../test/resources/decryption.test.ts","../test/resources/globalConfiguration.test.ts","../test/resources/integrations.test.ts","../test/resources/oauth2.test.ts","../test/resources/template.test.ts","../test/services/integrationsPlatform.test.ts","../test/services/oauth2.test.ts","../scripts/generateTypes.ts","../.eslintrc.js"],"version":"5.8.3"}
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.63.0",
2
+ "version": "0.63.2",
3
3
  "commands": {
4
4
  "activity": {
5
5
  "id": "activity",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-cli",
3
- "version": "0.63.0",
3
+ "version": "0.63.2",
4
4
  "description": "Integration CLI",
5
5
  "bin": {
6
6
  "integration-cli": "./bin/run"
@@ -39,13 +39,13 @@
39
39
  "@ngrok/ngrok": "^1.4.1",
40
40
  "@oazapfts/runtime": "1.x",
41
41
  "@oclif/core": "3.x",
42
- "@unito/integration-debugger": "0.28.5",
42
+ "@unito/integration-debugger": "0.28.8",
43
43
  "ajv": "8.x",
44
- "ajv-formats": "2.x",
44
+ "ajv-formats": "3.x",
45
45
  "better-ajv-errors": "1.x",
46
46
  "chalk": "4.x",
47
47
  "cors": "2.x",
48
- "express": "5.0.1",
48
+ "express": "5.x",
49
49
  "gradient-string": "2.x",
50
50
  "inquirer": "8.x",
51
51
  "json-colorizer": "2.x",