@integry/sdk 0.0.59 → 0.0.63

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.
@@ -45,6 +45,7 @@ interface UserConfig {
45
45
  interface SDKConfig {
46
46
  env?: "staging" | "production";
47
47
  debug?: boolean;
48
+ integrationId?: number;
48
49
  xIntegryConfig?: {
49
50
  appAuth: {
50
51
  apiKey: string;
@@ -204,6 +205,7 @@ interface TemplateStep {
204
205
  summary: string | null;
205
206
  auth_description: string | null;
206
207
  hide_authorization: boolean;
208
+ hide_authorizationV3?: boolean;
207
209
  // step_condition: unknown | null;
208
210
  machine_name: string | null;
209
211
  is_custom_machine_name: boolean;