@wix/auto_sdk_automations_automations-v-2 1.0.65 → 1.0.67
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +10 -10
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +10 -10
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +10 -10
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +10 -10
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +10 -10
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +10 -10
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +10 -10
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +10 -10
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -713,16 +713,6 @@ interface Offset {
|
|
|
713
713
|
}
|
|
714
714
|
interface Dimensions {
|
|
715
715
|
}
|
|
716
|
-
interface UpdatedWithPreviousEntity {
|
|
717
|
-
/** Previous automation. */
|
|
718
|
-
previousAutomation?: Automation;
|
|
719
|
-
/** Updated automation. */
|
|
720
|
-
currentAutomation?: Automation;
|
|
721
|
-
}
|
|
722
|
-
interface DeletedWithEntity {
|
|
723
|
-
/** Deleted automation. */
|
|
724
|
-
automation?: Automation;
|
|
725
|
-
}
|
|
726
716
|
interface DraftPublished {
|
|
727
717
|
/**
|
|
728
718
|
* ID of the draft automation.
|
|
@@ -874,6 +864,16 @@ declare enum WebhookIdentityType {
|
|
|
874
864
|
}
|
|
875
865
|
/** @enumType */
|
|
876
866
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
867
|
+
interface UpdatedWithPreviousEntity {
|
|
868
|
+
/** Previous automation. */
|
|
869
|
+
previousAutomation?: Automation;
|
|
870
|
+
/** Updated automation. */
|
|
871
|
+
currentAutomation?: Automation;
|
|
872
|
+
}
|
|
873
|
+
interface DeletedWithEntity {
|
|
874
|
+
/** Deleted automation. */
|
|
875
|
+
automation?: Automation;
|
|
876
|
+
}
|
|
877
877
|
interface CreateAutomationRequest {
|
|
878
878
|
/** Automation to create. */
|
|
879
879
|
automation: Automation;
|