@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
|
@@ -712,16 +712,6 @@ interface Offset {
|
|
|
712
712
|
}
|
|
713
713
|
interface Dimensions {
|
|
714
714
|
}
|
|
715
|
-
interface UpdatedWithPreviousEntity {
|
|
716
|
-
/** Previous automation. */
|
|
717
|
-
previousAutomation?: Automation;
|
|
718
|
-
/** Updated automation. */
|
|
719
|
-
currentAutomation?: Automation;
|
|
720
|
-
}
|
|
721
|
-
interface DeletedWithEntity {
|
|
722
|
-
/** Deleted automation. */
|
|
723
|
-
automation?: Automation;
|
|
724
|
-
}
|
|
725
715
|
interface DraftPublished {
|
|
726
716
|
/**
|
|
727
717
|
* ID of the draft automation.
|
|
@@ -871,6 +861,16 @@ declare enum WebhookIdentityType {
|
|
|
871
861
|
}
|
|
872
862
|
/** @enumType */
|
|
873
863
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
864
|
+
interface UpdatedWithPreviousEntity {
|
|
865
|
+
/** Previous automation. */
|
|
866
|
+
previousAutomation?: Automation;
|
|
867
|
+
/** Updated automation. */
|
|
868
|
+
currentAutomation?: Automation;
|
|
869
|
+
}
|
|
870
|
+
interface DeletedWithEntity {
|
|
871
|
+
/** Deleted automation. */
|
|
872
|
+
automation?: Automation;
|
|
873
|
+
}
|
|
874
874
|
interface CreateAutomationRequest {
|
|
875
875
|
/** Automation to create. */
|
|
876
876
|
automation: Automation;
|