@wix/automations 1.0.74 → 1.0.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/automations",
3
- "version": "1.0.74",
3
+ "version": "1.0.76",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,9 +21,9 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/automations_activations": "1.0.46",
24
+ "@wix/automations_activations": "1.0.48",
25
25
  "@wix/automations_automations-service": "1.0.33",
26
- "@wix/automations_automations-service-v-2": "1.0.44"
26
+ "@wix/automations_automations-service-v-2": "1.0.45"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "c24543fe319e640743f7cfff193e54af810e91028dba091253212f9f"
51
+ "falconPackageHash": "f68d2a3cbba853d47bed993f980ce1d34cb719ddc0f8bb29d1018988"
52
52
  }
@@ -2380,8 +2380,6 @@ interface Automation$1 extends AutomationOriginInfoOneOf$1 {
2380
2380
  draftInfo?: DraftInfo$1;
2381
2381
  /** Namespace */
2382
2382
  namespace?: string | null;
2383
- /** Enrichments in use */
2384
- enrichments?: Enrichments$1;
2385
2383
  }
2386
2384
  /** @oneof */
2387
2385
  interface AutomationOriginInfoOneOf$1 {
@@ -3698,7 +3696,7 @@ interface EndedStatusInfo extends EndedStatusInfoTypeInfoOneOf {
3698
3696
  conditionActionInfo?: ConditionActionInfo;
3699
3697
  /** Rate limit action additional info */
3700
3698
  rateLimitActionInfo?: RateLimitActionInfo;
3701
- /** Rate limit action additional info */
3699
+ /** Delay action additional info */
3702
3700
  delayActionInfo?: DelayActionInfo;
3703
3701
  }
3704
3702
  /** @oneof */
@@ -3709,7 +3707,7 @@ interface EndedStatusInfoTypeInfoOneOf {
3709
3707
  conditionActionInfo?: ConditionActionInfo;
3710
3708
  /** Rate limit action additional info */
3711
3709
  rateLimitActionInfo?: RateLimitActionInfo;
3712
- /** Rate limit action additional info */
3710
+ /** Delay action additional info */
3713
3711
  delayActionInfo?: DelayActionInfo;
3714
3712
  }
3715
3713
  interface FailedStatusInfo {
@@ -4166,8 +4164,6 @@ interface Automation extends AutomationOriginInfoOneOf {
4166
4164
  draftInfo?: DraftInfo;
4167
4165
  /** Namespace */
4168
4166
  namespace?: string | null;
4169
- /** Enrichments in use */
4170
- enrichments?: Enrichments;
4171
4167
  }
4172
4168
  /** @oneof */
4173
4169
  interface AutomationOriginInfoOneOf {
@@ -4176,10 +4172,6 @@ interface AutomationOriginInfoOneOf {
4176
4172
  /** Preinstalled info */
4177
4173
  preinstalledInfo?: PreinstalledOrigin;
4178
4174
  }
4179
- interface Enrichment {
4180
- /** Enrichment input mappings. */
4181
- inputMappings?: Record<string, any>[] | null;
4182
- }
4183
4175
  interface ActionSettings {
4184
4176
  /**
4185
4177
  * List of actions that cannot be deleted.
@@ -4202,6 +4194,10 @@ declare enum Domain {
4202
4194
  /** Wix domain. */
4203
4195
  WIX = "WIX"
4204
4196
  }
4197
+ interface Enrichment {
4198
+ /** Enrichment input mappings. */
4199
+ inputMappings?: Record<string, any>[] | null;
4200
+ }
4205
4201
  interface AuditInfo extends AuditInfoIdOneOf {
4206
4202
  /** User ID. */
4207
4203
  userId?: string;
@@ -5847,8 +5843,6 @@ interface UpdateAutomation {
5847
5843
  draftInfo?: DraftInfo;
5848
5844
  /** Namespace */
5849
5845
  namespace?: string | null;
5850
- /** Enrichments in use */
5851
- enrichments?: Enrichments;
5852
5846
  }
5853
5847
  interface CreatePreinstalledAutomationOptions {
5854
5848
  /** Optional - hide the created automation behind a spec */
@@ -6000,8 +5994,6 @@ interface UpdateDraftAutomation {
6000
5994
  draftInfo?: DraftInfo;
6001
5995
  /** Namespace */
6002
5996
  namespace?: string | null;
6003
- /** Enrichments in use */
6004
- enrichments?: Enrichments;
6005
5997
  }
6006
5998
  interface QueryAutomationsWithDraftsOptions {
6007
5999
  /** WQL expression. */
@@ -2380,8 +2380,6 @@ interface Automation$1 extends AutomationOriginInfoOneOf$1 {
2380
2380
  draftInfo?: DraftInfo$1;
2381
2381
  /** Namespace */
2382
2382
  namespace?: string | null;
2383
- /** Enrichments in use */
2384
- enrichments?: Enrichments$1;
2385
2383
  }
2386
2384
  /** @oneof */
2387
2385
  interface AutomationOriginInfoOneOf$1 {
@@ -3698,7 +3696,7 @@ interface EndedStatusInfo extends EndedStatusInfoTypeInfoOneOf {
3698
3696
  conditionActionInfo?: ConditionActionInfo;
3699
3697
  /** Rate limit action additional info */
3700
3698
  rateLimitActionInfo?: RateLimitActionInfo;
3701
- /** Rate limit action additional info */
3699
+ /** Delay action additional info */
3702
3700
  delayActionInfo?: DelayActionInfo;
3703
3701
  }
3704
3702
  /** @oneof */
@@ -3709,7 +3707,7 @@ interface EndedStatusInfoTypeInfoOneOf {
3709
3707
  conditionActionInfo?: ConditionActionInfo;
3710
3708
  /** Rate limit action additional info */
3711
3709
  rateLimitActionInfo?: RateLimitActionInfo;
3712
- /** Rate limit action additional info */
3710
+ /** Delay action additional info */
3713
3711
  delayActionInfo?: DelayActionInfo;
3714
3712
  }
3715
3713
  interface FailedStatusInfo {
@@ -4166,8 +4164,6 @@ interface Automation extends AutomationOriginInfoOneOf {
4166
4164
  draftInfo?: DraftInfo;
4167
4165
  /** Namespace */
4168
4166
  namespace?: string | null;
4169
- /** Enrichments in use */
4170
- enrichments?: Enrichments;
4171
4167
  }
4172
4168
  /** @oneof */
4173
4169
  interface AutomationOriginInfoOneOf {
@@ -4176,10 +4172,6 @@ interface AutomationOriginInfoOneOf {
4176
4172
  /** Preinstalled info */
4177
4173
  preinstalledInfo?: PreinstalledOrigin;
4178
4174
  }
4179
- interface Enrichment {
4180
- /** Enrichment input mappings. */
4181
- inputMappings?: Record<string, any>[] | null;
4182
- }
4183
4175
  interface ActionSettings {
4184
4176
  /**
4185
4177
  * List of actions that cannot be deleted.
@@ -4202,6 +4194,10 @@ declare enum Domain {
4202
4194
  /** Wix domain. */
4203
4195
  WIX = "WIX"
4204
4196
  }
4197
+ interface Enrichment {
4198
+ /** Enrichment input mappings. */
4199
+ inputMappings?: Record<string, any>[] | null;
4200
+ }
4205
4201
  interface AuditInfo extends AuditInfoIdOneOf {
4206
4202
  /** User ID. */
4207
4203
  userId?: string;
@@ -5847,8 +5843,6 @@ interface UpdateAutomation {
5847
5843
  draftInfo?: DraftInfo;
5848
5844
  /** Namespace */
5849
5845
  namespace?: string | null;
5850
- /** Enrichments in use */
5851
- enrichments?: Enrichments;
5852
5846
  }
5853
5847
  interface CreatePreinstalledAutomationOptions {
5854
5848
  /** Optional - hide the created automation behind a spec */
@@ -6000,8 +5994,6 @@ interface UpdateDraftAutomation {
6000
5994
  draftInfo?: DraftInfo;
6001
5995
  /** Namespace */
6002
5996
  namespace?: string | null;
6003
- /** Enrichments in use */
6004
- enrichments?: Enrichments;
6005
5997
  }
6006
5998
  interface QueryAutomationsWithDraftsOptions {
6007
5999
  /** WQL expression. */
@@ -2147,8 +2147,6 @@ interface Automation$1 extends AutomationOriginInfoOneOf$1 {
2147
2147
  draftInfo?: DraftInfo$1;
2148
2148
  /** Namespace */
2149
2149
  namespace?: string | null;
2150
- /** Enrichments in use */
2151
- enrichments?: Enrichments$1;
2152
2150
  }
2153
2151
  /** @oneof */
2154
2152
  interface AutomationOriginInfoOneOf$1 {
@@ -2157,10 +2155,6 @@ interface AutomationOriginInfoOneOf$1 {
2157
2155
  /** Preinstalled info */
2158
2156
  preinstalledInfo?: PreinstalledOrigin$1;
2159
2157
  }
2160
- interface Enrichment$1 {
2161
- /** Enrichment input mappings. */
2162
- inputMappings?: Record<string, any>[] | null;
2163
- }
2164
2158
  interface ActionSettings$1 {
2165
2159
  /**
2166
2160
  * List of actions that cannot be deleted.
@@ -2446,10 +2440,6 @@ interface DraftInfo$1 {
2446
2440
  */
2447
2441
  originalAutomationId?: string | null;
2448
2442
  }
2449
- interface Enrichments$1 {
2450
- /** Whether the studio site enrichment is wanted. */
2451
- studioSite?: Enrichment$1;
2452
- }
2453
2443
  interface CreateAutomationRequest$1 {
2454
2444
  /** Automation to be created. */
2455
2445
  automation: Automation$1;
@@ -3316,8 +3306,6 @@ interface Automation extends AutomationOriginInfoOneOf {
3316
3306
  draftInfo?: DraftInfo;
3317
3307
  /** Namespace */
3318
3308
  namespace?: string | null;
3319
- /** Enrichments in use */
3320
- enrichments?: Enrichments;
3321
3309
  }
3322
3310
  /** @oneof */
3323
3311
  interface AutomationOriginInfoOneOf {
@@ -3326,10 +3314,6 @@ interface AutomationOriginInfoOneOf {
3326
3314
  /** Preinstalled info */
3327
3315
  preinstalledInfo?: PreinstalledOrigin;
3328
3316
  }
3329
- interface Enrichment {
3330
- /** Enrichment input mappings. */
3331
- inputMappings?: Record<string, any>[] | null;
3332
- }
3333
3317
  interface ActionSettings {
3334
3318
  /**
3335
3319
  * List of actions that cannot be deleted.
@@ -3615,10 +3599,6 @@ interface DraftInfo {
3615
3599
  */
3616
3600
  originalAutomationId?: string | null;
3617
3601
  }
3618
- interface Enrichments {
3619
- /** Whether the studio site enrichment is wanted. */
3620
- studioSite?: Enrichment;
3621
- }
3622
3602
  interface CreateAutomationRequest {
3623
3603
  /** Automation to be created. */
3624
3604
  automation: Automation;