@wix/create-app 0.0.151 → 0.0.153
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/index.js +141 -58
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -73668,7 +73668,7 @@ function reportCommandStartEvent({
|
|
|
73668
73668
|
var package_default = {
|
|
73669
73669
|
name: "@wix/create-app",
|
|
73670
73670
|
description: "Create Wix apps",
|
|
73671
|
-
version: "0.0.
|
|
73671
|
+
version: "0.0.153",
|
|
73672
73672
|
author: "Ihor Machuzhak",
|
|
73673
73673
|
bin: "bin/index.cjs",
|
|
73674
73674
|
devDependencies: {
|
|
@@ -78095,6 +78095,83 @@ function queryMyApps(payload5) {
|
|
|
78095
78095
|
return __queryMyApps;
|
|
78096
78096
|
}
|
|
78097
78097
|
|
|
78098
|
+
// ../../node_modules/@wix/ambassador-devcenter-myapps-v1-my-app/build/es/types.impl.js
|
|
78099
|
+
init_esm_shims();
|
|
78100
|
+
var CreatedByType;
|
|
78101
|
+
(function(CreatedByType3) {
|
|
78102
|
+
CreatedByType3["USER"] = "USER";
|
|
78103
|
+
CreatedByType3["APP"] = "APP";
|
|
78104
|
+
})(CreatedByType || (CreatedByType = {}));
|
|
78105
|
+
var AppType;
|
|
78106
|
+
(function(AppType5) {
|
|
78107
|
+
AppType5["SITE_APP"] = "SITE_APP";
|
|
78108
|
+
AppType5["API_KEY"] = "API_KEY";
|
|
78109
|
+
AppType5["VELO_APP"] = "VELO_APP";
|
|
78110
|
+
AppType5["PRIVATE_APP"] = "PRIVATE_APP";
|
|
78111
|
+
AppType5["HEADLESS"] = "HEADLESS";
|
|
78112
|
+
AppType5["FUNCTION_ACTIVATION_APP"] = "FUNCTION_ACTIVATION_APP";
|
|
78113
|
+
})(AppType || (AppType = {}));
|
|
78114
|
+
var VersionStatus;
|
|
78115
|
+
(function(VersionStatus3) {
|
|
78116
|
+
VersionStatus3["NONE_STATUS"] = "NONE_STATUS";
|
|
78117
|
+
VersionStatus3["DRAFT"] = "DRAFT";
|
|
78118
|
+
VersionStatus3["SUBMITTED"] = "SUBMITTED";
|
|
78119
|
+
VersionStatus3["IN_REVIEW"] = "IN_REVIEW";
|
|
78120
|
+
VersionStatus3["APPROVED"] = "APPROVED";
|
|
78121
|
+
VersionStatus3["PUBLISHED"] = "PUBLISHED";
|
|
78122
|
+
VersionStatus3["DECLINED"] = "DECLINED";
|
|
78123
|
+
VersionStatus3["ARCHIVED"] = "ARCHIVED";
|
|
78124
|
+
VersionStatus3["HIDDEN"] = "HIDDEN";
|
|
78125
|
+
VersionStatus3["RELEASED"] = "RELEASED";
|
|
78126
|
+
})(VersionStatus || (VersionStatus = {}));
|
|
78127
|
+
var SortOrder;
|
|
78128
|
+
(function(SortOrder2) {
|
|
78129
|
+
SortOrder2["ASC"] = "ASC";
|
|
78130
|
+
SortOrder2["DESC"] = "DESC";
|
|
78131
|
+
})(SortOrder || (SortOrder = {}));
|
|
78132
|
+
var RequestedFields;
|
|
78133
|
+
(function(RequestedFields2) {
|
|
78134
|
+
RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
|
|
78135
|
+
RequestedFields2["CREATED_BY_DATA"] = "CREATED_BY_DATA";
|
|
78136
|
+
})(RequestedFields || (RequestedFields = {}));
|
|
78137
|
+
var SubjectType;
|
|
78138
|
+
(function(SubjectType2) {
|
|
78139
|
+
SubjectType2["UNKNOWN"] = "UNKNOWN";
|
|
78140
|
+
SubjectType2["ACCOUNT"] = "ACCOUNT";
|
|
78141
|
+
SubjectType2["USER"] = "USER";
|
|
78142
|
+
SubjectType2["USER_GROUP"] = "USER_GROUP";
|
|
78143
|
+
SubjectType2["MEMBER_GROUP"] = "MEMBER_GROUP";
|
|
78144
|
+
SubjectType2["VISITOR_GROUP"] = "VISITOR_GROUP";
|
|
78145
|
+
SubjectType2["EXTERNAL_APP"] = "EXTERNAL_APP";
|
|
78146
|
+
SubjectType2["ACCOUNT_GROUP"] = "ACCOUNT_GROUP";
|
|
78147
|
+
SubjectType2["WIX_APP"] = "WIX_APP";
|
|
78148
|
+
})(SubjectType || (SubjectType = {}));
|
|
78149
|
+
var SubjectContextType;
|
|
78150
|
+
(function(SubjectContextType2) {
|
|
78151
|
+
SubjectContextType2["UNKNOWN_CTX"] = "UNKNOWN_CTX";
|
|
78152
|
+
SubjectContextType2["ORG_CTX"] = "ORG_CTX";
|
|
78153
|
+
SubjectContextType2["ACCOUNT_CTX"] = "ACCOUNT_CTX";
|
|
78154
|
+
})(SubjectContextType || (SubjectContextType = {}));
|
|
78155
|
+
var SimpleConditionOperator;
|
|
78156
|
+
(function(SimpleConditionOperator2) {
|
|
78157
|
+
SimpleConditionOperator2["UNKNOWN_SIMPLE_OP"] = "UNKNOWN_SIMPLE_OP";
|
|
78158
|
+
SimpleConditionOperator2["EQUAL"] = "EQUAL";
|
|
78159
|
+
})(SimpleConditionOperator || (SimpleConditionOperator = {}));
|
|
78160
|
+
var JoinedConditionOperator;
|
|
78161
|
+
(function(JoinedConditionOperator2) {
|
|
78162
|
+
JoinedConditionOperator2["UNKNOWN_JOIN_OP"] = "UNKNOWN_JOIN_OP";
|
|
78163
|
+
JoinedConditionOperator2["OR"] = "OR";
|
|
78164
|
+
JoinedConditionOperator2["AND"] = "AND";
|
|
78165
|
+
})(JoinedConditionOperator || (JoinedConditionOperator = {}));
|
|
78166
|
+
var WebhookIdentityType;
|
|
78167
|
+
(function(WebhookIdentityType4) {
|
|
78168
|
+
WebhookIdentityType4["UNKNOWN"] = "UNKNOWN";
|
|
78169
|
+
WebhookIdentityType4["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
78170
|
+
WebhookIdentityType4["MEMBER"] = "MEMBER";
|
|
78171
|
+
WebhookIdentityType4["WIX_USER"] = "WIX_USER";
|
|
78172
|
+
WebhookIdentityType4["APP"] = "APP";
|
|
78173
|
+
})(WebhookIdentityType || (WebhookIdentityType = {}));
|
|
78174
|
+
|
|
78098
78175
|
// ../../node_modules/@wix/ambassador-devcenter-dsm-v1-development-site/build/es/http.impl.js
|
|
78099
78176
|
init_esm_shims();
|
|
78100
78177
|
var _createDevelopmentSiteRequest = {};
|
|
@@ -80138,12 +80215,12 @@ var CardStylesLayout;
|
|
|
80138
80215
|
CardStylesLayout3["STACKED"] = "STACKED";
|
|
80139
80216
|
CardStylesLayout3["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
80140
80217
|
})(CardStylesLayout || (CardStylesLayout = {}));
|
|
80141
|
-
var
|
|
80142
|
-
(function(
|
|
80143
|
-
|
|
80144
|
-
|
|
80145
|
-
|
|
80146
|
-
})(
|
|
80218
|
+
var AppType2;
|
|
80219
|
+
(function(AppType5) {
|
|
80220
|
+
AppType5["PRODUCT"] = "PRODUCT";
|
|
80221
|
+
AppType5["EVENT"] = "EVENT";
|
|
80222
|
+
AppType5["BOOKING"] = "BOOKING";
|
|
80223
|
+
})(AppType2 || (AppType2 = {}));
|
|
80147
80224
|
var InitialExpandedItems;
|
|
80148
80225
|
(function(InitialExpandedItems3) {
|
|
80149
80226
|
InitialExpandedItems3["FIRST"] = "FIRST";
|
|
@@ -81922,14 +81999,14 @@ var VersionType;
|
|
|
81922
81999
|
VersionType2["LATEST_VERSION"] = "LATEST_VERSION";
|
|
81923
82000
|
VersionType2["DEV_VERSION"] = "DEV_VERSION";
|
|
81924
82001
|
})(VersionType || (VersionType = {}));
|
|
81925
|
-
var
|
|
81926
|
-
(function(
|
|
81927
|
-
|
|
81928
|
-
|
|
81929
|
-
|
|
81930
|
-
|
|
81931
|
-
|
|
81932
|
-
})(
|
|
82002
|
+
var WebhookIdentityType2;
|
|
82003
|
+
(function(WebhookIdentityType4) {
|
|
82004
|
+
WebhookIdentityType4["UNKNOWN"] = "UNKNOWN";
|
|
82005
|
+
WebhookIdentityType4["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
82006
|
+
WebhookIdentityType4["MEMBER"] = "MEMBER";
|
|
82007
|
+
WebhookIdentityType4["WIX_USER"] = "WIX_USER";
|
|
82008
|
+
WebhookIdentityType4["APP"] = "APP";
|
|
82009
|
+
})(WebhookIdentityType2 || (WebhookIdentityType2 = {}));
|
|
81933
82010
|
|
|
81934
82011
|
// ../dev-center-client/src/schemas.ts
|
|
81935
82012
|
init_esm_shims();
|
|
@@ -81945,19 +82022,19 @@ var Classification;
|
|
|
81945
82022
|
Classification2["HEADLESS"] = "HEADLESS";
|
|
81946
82023
|
Classification2["FUNCTION_ACTIVATION_APP"] = "FUNCTION_ACTIVATION_APP";
|
|
81947
82024
|
})(Classification || (Classification = {}));
|
|
81948
|
-
var
|
|
81949
|
-
(function(
|
|
81950
|
-
|
|
81951
|
-
|
|
81952
|
-
|
|
81953
|
-
|
|
81954
|
-
|
|
81955
|
-
|
|
81956
|
-
|
|
81957
|
-
|
|
81958
|
-
|
|
81959
|
-
|
|
81960
|
-
})(
|
|
82025
|
+
var VersionStatus2;
|
|
82026
|
+
(function(VersionStatus3) {
|
|
82027
|
+
VersionStatus3["NONE_STATUS"] = "NONE_STATUS";
|
|
82028
|
+
VersionStatus3["DRAFT"] = "DRAFT";
|
|
82029
|
+
VersionStatus3["SUBMITTED"] = "SUBMITTED";
|
|
82030
|
+
VersionStatus3["IN_REVIEW"] = "IN_REVIEW";
|
|
82031
|
+
VersionStatus3["APPROVED"] = "APPROVED";
|
|
82032
|
+
VersionStatus3["PUBLISHED"] = "PUBLISHED";
|
|
82033
|
+
VersionStatus3["DECLINED"] = "DECLINED";
|
|
82034
|
+
VersionStatus3["ARCHIVED"] = "ARCHIVED";
|
|
82035
|
+
VersionStatus3["HIDDEN"] = "HIDDEN";
|
|
82036
|
+
VersionStatus3["RELEASED"] = "RELEASED";
|
|
82037
|
+
})(VersionStatus2 || (VersionStatus2 = {}));
|
|
81961
82038
|
var ComponentType2;
|
|
81962
82039
|
(function(ComponentType3) {
|
|
81963
82040
|
ComponentType3["NONE"] = "NONE";
|
|
@@ -82929,12 +83006,12 @@ var CardStylesLayout2;
|
|
|
82929
83006
|
CardStylesLayout3["STACKED"] = "STACKED";
|
|
82930
83007
|
CardStylesLayout3["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
82931
83008
|
})(CardStylesLayout2 || (CardStylesLayout2 = {}));
|
|
82932
|
-
var
|
|
82933
|
-
(function(
|
|
82934
|
-
|
|
82935
|
-
|
|
82936
|
-
|
|
82937
|
-
})(
|
|
83009
|
+
var AppType3;
|
|
83010
|
+
(function(AppType5) {
|
|
83011
|
+
AppType5["PRODUCT"] = "PRODUCT";
|
|
83012
|
+
AppType5["EVENT"] = "EVENT";
|
|
83013
|
+
AppType5["BOOKING"] = "BOOKING";
|
|
83014
|
+
})(AppType3 || (AppType3 = {}));
|
|
82938
83015
|
var InitialExpandedItems2;
|
|
82939
83016
|
(function(InitialExpandedItems3) {
|
|
82940
83017
|
InitialExpandedItems3["FIRST"] = "FIRST";
|
|
@@ -84559,14 +84636,14 @@ var TranslationType;
|
|
|
84559
84636
|
TranslationType2["UNINITIALIZED"] = "UNINITIALIZED";
|
|
84560
84637
|
TranslationType2["COMPONENT"] = "COMPONENT";
|
|
84561
84638
|
})(TranslationType || (TranslationType = {}));
|
|
84562
|
-
var
|
|
84563
|
-
(function(
|
|
84564
|
-
|
|
84565
|
-
|
|
84566
|
-
|
|
84567
|
-
|
|
84568
|
-
|
|
84569
|
-
})(
|
|
84639
|
+
var WebhookIdentityType3;
|
|
84640
|
+
(function(WebhookIdentityType4) {
|
|
84641
|
+
WebhookIdentityType4["UNKNOWN"] = "UNKNOWN";
|
|
84642
|
+
WebhookIdentityType4["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
84643
|
+
WebhookIdentityType4["MEMBER"] = "MEMBER";
|
|
84644
|
+
WebhookIdentityType4["WIX_USER"] = "WIX_USER";
|
|
84645
|
+
WebhookIdentityType4["APP"] = "APP";
|
|
84646
|
+
})(WebhookIdentityType3 || (WebhookIdentityType3 = {}));
|
|
84570
84647
|
|
|
84571
84648
|
// ../../node_modules/@wix/ambassador-devcenter-apps-v1-app-template/build/es/types.impl.js
|
|
84572
84649
|
init_esm_shims();
|
|
@@ -84601,21 +84678,21 @@ var Status3;
|
|
|
84601
84678
|
Status4["DEPRECATED"] = "DEPRECATED";
|
|
84602
84679
|
Status4["ARCHIVED"] = "ARCHIVED";
|
|
84603
84680
|
})(Status3 || (Status3 = {}));
|
|
84604
|
-
var
|
|
84605
|
-
(function(
|
|
84606
|
-
|
|
84607
|
-
|
|
84608
|
-
|
|
84609
|
-
|
|
84610
|
-
|
|
84611
|
-
|
|
84612
|
-
})(
|
|
84613
|
-
var
|
|
84614
|
-
(function(
|
|
84615
|
-
|
|
84616
|
-
|
|
84617
|
-
|
|
84618
|
-
})(
|
|
84681
|
+
var AppType4;
|
|
84682
|
+
(function(AppType5) {
|
|
84683
|
+
AppType5["SITE_APP"] = "SITE_APP";
|
|
84684
|
+
AppType5["API_KEY"] = "API_KEY";
|
|
84685
|
+
AppType5["VELO_APP"] = "VELO_APP";
|
|
84686
|
+
AppType5["PRIVATE_APP"] = "PRIVATE_APP";
|
|
84687
|
+
AppType5["HEADLESS"] = "HEADLESS";
|
|
84688
|
+
AppType5["FUNCTION_ACTIVATION_APP"] = "FUNCTION_ACTIVATION_APP";
|
|
84689
|
+
})(AppType4 || (AppType4 = {}));
|
|
84690
|
+
var CreatedByType2;
|
|
84691
|
+
(function(CreatedByType3) {
|
|
84692
|
+
CreatedByType3["USER"] = "USER";
|
|
84693
|
+
CreatedByType3["APP"] = "APP";
|
|
84694
|
+
CreatedByType3["CODE_GEN"] = "CODE_GEN";
|
|
84695
|
+
})(CreatedByType2 || (CreatedByType2 = {}));
|
|
84619
84696
|
var ShowConsentBehaviour;
|
|
84620
84697
|
(function(ShowConsentBehaviour2) {
|
|
84621
84698
|
ShowConsentBehaviour2["DEFAULT_BEHAVIOUR"] = "DEFAULT_BEHAVIOUR";
|
|
@@ -84959,7 +85036,13 @@ var DevCenterClient = class {
|
|
|
84959
85036
|
query: {
|
|
84960
85037
|
paging: {
|
|
84961
85038
|
limit: 500
|
|
84962
|
-
}
|
|
85039
|
+
},
|
|
85040
|
+
sort: [
|
|
85041
|
+
{
|
|
85042
|
+
fieldName: "updatedDate",
|
|
85043
|
+
order: SortOrder.DESC
|
|
85044
|
+
}
|
|
85045
|
+
]
|
|
84963
85046
|
}
|
|
84964
85047
|
})
|
|
84965
85048
|
),
|