@wix/auto_sdk_editor-branches_branches 1.0.0
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.d.ts +1 -0
- package/build/cjs/index.js +18 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/index.typings.d.ts +1 -0
- package/build/cjs/index.typings.js +18 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.context.d.ts +19 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.context.js +27 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.context.js.map +1 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.http.d.ts +18 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.http.js +210 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.http.js.map +1 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.meta.d.ts +23 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.meta.js +123 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.meta.js.map +1 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.public.d.ts +54 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.public.js +76 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.public.js.map +1 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.types.d.ts +468 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.types.js +46 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.types.js.map +1 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.universal.d.ts +752 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.universal.js +272 -0
- package/build/cjs/src/editor-branches-v1-branch-branches.universal.js.map +1 -0
- package/build/es/index.d.ts +1 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -0
- package/build/es/index.typings.d.ts +1 -0
- package/build/es/index.typings.js +2 -0
- package/build/es/index.typings.js.map +1 -0
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/src/editor-branches-v1-branch-branches.context.d.ts +19 -0
- package/build/es/src/editor-branches-v1-branch-branches.context.js +19 -0
- package/build/es/src/editor-branches-v1-branch-branches.context.js.map +1 -0
- package/build/es/src/editor-branches-v1-branch-branches.http.d.ts +18 -0
- package/build/es/src/editor-branches-v1-branch-branches.http.js +202 -0
- package/build/es/src/editor-branches-v1-branch-branches.http.js.map +1 -0
- package/build/es/src/editor-branches-v1-branch-branches.meta.d.ts +23 -0
- package/build/es/src/editor-branches-v1-branch-branches.meta.js +92 -0
- package/build/es/src/editor-branches-v1-branch-branches.meta.js.map +1 -0
- package/build/es/src/editor-branches-v1-branch-branches.public.d.ts +54 -0
- package/build/es/src/editor-branches-v1-branch-branches.public.js +63 -0
- package/build/es/src/editor-branches-v1-branch-branches.public.js.map +1 -0
- package/build/es/src/editor-branches-v1-branch-branches.types.d.ts +468 -0
- package/build/es/src/editor-branches-v1-branch-branches.types.js +43 -0
- package/build/es/src/editor-branches-v1-branch-branches.types.js.map +1 -0
- package/build/es/src/editor-branches-v1-branch-branches.universal.d.ts +752 -0
- package/build/es/src/editor-branches-v1-branch-branches.universal.js +241 -0
- package/build/es/src/editor-branches-v1-branch-branches.universal.js.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -0
- package/build/internal/cjs/index.js +18 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/index.typings.d.ts +1 -0
- package/build/internal/cjs/index.typings.js +18 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.context.d.ts +19 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.context.js +27 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.context.js.map +1 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.http.d.ts +18 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.http.js +210 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.http.js.map +1 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.meta.d.ts +23 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.meta.js +123 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.meta.js.map +1 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.public.d.ts +54 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.public.js +76 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.public.js.map +1 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.types.d.ts +468 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.types.js +46 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.types.js.map +1 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.universal.d.ts +752 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.universal.js +272 -0
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.universal.js.map +1 -0
- package/build/internal/es/index.d.ts +1 -0
- package/build/internal/es/index.js +2 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/index.typings.d.ts +1 -0
- package/build/internal/es/index.typings.js +2 -0
- package/build/internal/es/index.typings.js.map +1 -0
- package/build/internal/es/meta.d.ts +1 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.context.d.ts +19 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.context.js +19 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.context.js.map +1 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.http.d.ts +18 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.http.js +202 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.http.js.map +1 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.meta.d.ts +23 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.meta.js +92 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.meta.js.map +1 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.public.d.ts +54 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.public.js +63 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.public.js.map +1 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.types.d.ts +468 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.types.js +43 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.types.js.map +1 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.universal.d.ts +752 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.universal.js +241 -0
- package/build/internal/es/src/editor-branches-v1-branch-branches.universal.js.map +1 -0
- package/meta/package.json +3 -0
- package/package.json +52 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export var Type;
|
|
2
|
+
(function (Type) {
|
|
3
|
+
/** Unknown branch type. */
|
|
4
|
+
Type["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
5
|
+
/** A branch created by a Wix user, that can be accessed for editing and publishing via the editor UI. */
|
|
6
|
+
Type["USER"] = "USER";
|
|
7
|
+
/** A branch created for technical purposes, unrelated to the Wix user. For internal use, can't be accessed via the editor UI. */
|
|
8
|
+
Type["TECHNICAL"] = "TECHNICAL";
|
|
9
|
+
/** The original branch of the site, created when the site is created. Can be accessed for editing and publishing in the editor. */
|
|
10
|
+
Type["ORIGINAL_BRANCH"] = "ORIGINAL_BRANCH";
|
|
11
|
+
})(Type || (Type = {}));
|
|
12
|
+
export var SourceType;
|
|
13
|
+
(function (SourceType) {
|
|
14
|
+
/** Unknown source type. */
|
|
15
|
+
SourceType["UNKNOWN_SOURCE_TYPE"] = "UNKNOWN_SOURCE_TYPE";
|
|
16
|
+
/** This branch's source was a branch. */
|
|
17
|
+
SourceType["SOURCE_BRANCH"] = "SOURCE_BRANCH";
|
|
18
|
+
/** This branch's source was a template. For internal use. */
|
|
19
|
+
SourceType["SOURCE_TEMPLATE"] = "SOURCE_TEMPLATE";
|
|
20
|
+
})(SourceType || (SourceType = {}));
|
|
21
|
+
export var EditorType;
|
|
22
|
+
(function (EditorType) {
|
|
23
|
+
/** Unknown editor type */
|
|
24
|
+
EditorType["UNKNOWN_EDITOR_TYPE"] = "UNKNOWN_EDITOR_TYPE";
|
|
25
|
+
/** STUDIO */
|
|
26
|
+
EditorType["STUDIO"] = "STUDIO";
|
|
27
|
+
/** CLASSIC */
|
|
28
|
+
EditorType["CLASSIC"] = "CLASSIC";
|
|
29
|
+
})(EditorType || (EditorType = {}));
|
|
30
|
+
export var SortOrder;
|
|
31
|
+
(function (SortOrder) {
|
|
32
|
+
SortOrder["ASC"] = "ASC";
|
|
33
|
+
SortOrder["DESC"] = "DESC";
|
|
34
|
+
})(SortOrder || (SortOrder = {}));
|
|
35
|
+
export var WebhookIdentityType;
|
|
36
|
+
(function (WebhookIdentityType) {
|
|
37
|
+
WebhookIdentityType["UNKNOWN"] = "UNKNOWN";
|
|
38
|
+
WebhookIdentityType["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
39
|
+
WebhookIdentityType["MEMBER"] = "MEMBER";
|
|
40
|
+
WebhookIdentityType["WIX_USER"] = "WIX_USER";
|
|
41
|
+
WebhookIdentityType["APP"] = "APP";
|
|
42
|
+
})(WebhookIdentityType || (WebhookIdentityType = {}));
|
|
43
|
+
//# sourceMappingURL=editor-branches-v1-branch-branches.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-branches-v1-branch-branches.types.js","sourceRoot":"","sources":["../../../src/editor-branches-v1-branch-branches.types.ts"],"names":[],"mappings":"AA+DA,MAAM,CAAN,IAAY,IASX;AATD,WAAY,IAAI;IACd,2BAA2B;IAC3B,qCAA6B,CAAA;IAC7B,yGAAyG;IACzG,qBAAa,CAAA;IACb,iIAAiI;IACjI,+BAAuB,CAAA;IACvB,mIAAmI;IACnI,2CAAmC,CAAA;AACrC,CAAC,EATW,IAAI,KAAJ,IAAI,QASf;AAED,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,2BAA2B;IAC3B,yDAA2C,CAAA;IAC3C,yCAAyC;IACzC,6CAA+B,CAAA;IAC/B,6DAA6D;IAC7D,iDAAmC,CAAA;AACrC,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB;AAED,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,0BAA0B;IAC1B,yDAA2C,CAAA;IAC3C,aAAa;IACb,+BAAiB,CAAA;IACjB,cAAc;IACd,iCAAmB,CAAA;AACrB,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB;AAgID,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AA4PD,MAAM,CAAN,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,KAAnB,mBAAmB,QAM9B"}
|