@wix/create-new 0.0.100 → 0.0.102
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 +114 -9
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -72072,7 +72072,7 @@ var _wixFile = {
|
|
|
72072
72072
|
signatureOptions: "_signature"
|
|
72073
72073
|
};
|
|
72074
72074
|
function resolveComWixpressAppserviceApiAppsUrl(opts) {
|
|
72075
|
-
|
|
72075
|
+
const domainToMappings = {
|
|
72076
72076
|
"api._api_base_domain_": [
|
|
72077
72077
|
{
|
|
72078
72078
|
srcPath: "/app-service-webapp",
|
|
@@ -72185,8 +72185,8 @@ function resolveComWixpressAppserviceApiAppsUrl(opts) {
|
|
|
72185
72185
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
72186
72186
|
}
|
|
72187
72187
|
function getAppByVersion(payload7) {
|
|
72188
|
-
|
|
72189
|
-
|
|
72188
|
+
const { toJSON: toReq, fromJSON: fromReq } = serializer(_getAppByVersionRequest, {});
|
|
72189
|
+
const { fromJSON: fromRes } = serializer(_getAppResponse, {
|
|
72190
72190
|
__Array,
|
|
72191
72191
|
__Boolean,
|
|
72192
72192
|
__Function,
|
|
@@ -72355,11 +72355,10 @@ function getAppByVersion(payload7) {
|
|
|
72355
72355
|
_widgetOutOfIframeComponentData,
|
|
72356
72356
|
_wixCommonImage,
|
|
72357
72357
|
_wixFile
|
|
72358
|
-
})
|
|
72359
|
-
function __getAppByVersion(
|
|
72360
|
-
|
|
72361
|
-
|
|
72362
|
-
var metadata = {
|
|
72358
|
+
});
|
|
72359
|
+
function __getAppByVersion({ host }) {
|
|
72360
|
+
const serializedData = toReq(payload7);
|
|
72361
|
+
const metadata = {
|
|
72363
72362
|
entityFqdn: "wix.devcenter.apps.v1.app_old",
|
|
72364
72363
|
method: "GET",
|
|
72365
72364
|
methodFqn: "com.wixpress.appservice.api.Apps.GetAppByVersion",
|
|
@@ -77382,6 +77381,8 @@ var ComponentType2;
|
|
|
77382
77381
|
ComponentType3["CHANNEL_DATA_PROVIDER"] = "CHANNEL_DATA_PROVIDER";
|
|
77383
77382
|
ComponentType3["OAUTH_CLIENT_CONFIGURATION"] = "OAUTH_CLIENT_CONFIGURATION";
|
|
77384
77383
|
ComponentType3["EDITOR_EXPOSURE"] = "EDITOR_EXPOSURE";
|
|
77384
|
+
ComponentType3["TOOLS_PROVIDER_CONFIG"] = "TOOLS_PROVIDER_CONFIG";
|
|
77385
|
+
ComponentType3["APP_TOOLS"] = "APP_TOOLS";
|
|
77385
77386
|
})(ComponentType2 || (ComponentType2 = {}));
|
|
77386
77387
|
var AuthType;
|
|
77387
77388
|
(function(AuthType2) {
|
|
@@ -77400,12 +77401,35 @@ var DispatchHttpMethod;
|
|
|
77400
77401
|
DispatchHttpMethod2["HEAD"] = "HEAD";
|
|
77401
77402
|
DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
|
|
77402
77403
|
})(DispatchHttpMethod || (DispatchHttpMethod = {}));
|
|
77404
|
+
var ResponseBodyDecoding;
|
|
77405
|
+
(function(ResponseBodyDecoding2) {
|
|
77406
|
+
ResponseBodyDecoding2["UNKNOWN_RESPONSE_BODY_DECODING"] = "UNKNOWN_RESPONSE_BODY_DECODING";
|
|
77407
|
+
ResponseBodyDecoding2["BASE64_TEXT"] = "BASE64_TEXT";
|
|
77408
|
+
})(ResponseBodyDecoding || (ResponseBodyDecoding = {}));
|
|
77409
|
+
var DurableCredentialMode;
|
|
77410
|
+
(function(DurableCredentialMode2) {
|
|
77411
|
+
DurableCredentialMode2["UNKNOWN_DURABLE_CREDENTIAL_MODE"] = "UNKNOWN_DURABLE_CREDENTIAL_MODE";
|
|
77412
|
+
DurableCredentialMode2["REFRESH_TOKEN"] = "REFRESH_TOKEN";
|
|
77413
|
+
DurableCredentialMode2["LONG_LIVED_ACCESS_TOKEN"] = "LONG_LIVED_ACCESS_TOKEN";
|
|
77414
|
+
})(DurableCredentialMode || (DurableCredentialMode = {}));
|
|
77403
77415
|
var IdentityHttpMethod;
|
|
77404
77416
|
(function(IdentityHttpMethod2) {
|
|
77405
77417
|
IdentityHttpMethod2["UNKNOWN_IDENTITY_HTTP_METHOD"] = "UNKNOWN_IDENTITY_HTTP_METHOD";
|
|
77406
77418
|
IdentityHttpMethod2["GET"] = "GET";
|
|
77407
77419
|
IdentityHttpMethod2["POST"] = "POST";
|
|
77408
77420
|
})(IdentityHttpMethod || (IdentityHttpMethod = {}));
|
|
77421
|
+
var RevocationBodyStyle;
|
|
77422
|
+
(function(RevocationBodyStyle2) {
|
|
77423
|
+
RevocationBodyStyle2["UNKNOWN_REVOCATION_BODY_STYLE"] = "UNKNOWN_REVOCATION_BODY_STYLE";
|
|
77424
|
+
RevocationBodyStyle2["FORM"] = "FORM";
|
|
77425
|
+
RevocationBodyStyle2["JSON"] = "JSON";
|
|
77426
|
+
})(RevocationBodyStyle || (RevocationBodyStyle = {}));
|
|
77427
|
+
var RevocationHttpMethod;
|
|
77428
|
+
(function(RevocationHttpMethod2) {
|
|
77429
|
+
RevocationHttpMethod2["UNKNOWN_REVOCATION_HTTP_METHOD"] = "UNKNOWN_REVOCATION_HTTP_METHOD";
|
|
77430
|
+
RevocationHttpMethod2["POST"] = "POST";
|
|
77431
|
+
RevocationHttpMethod2["DELETE"] = "DELETE";
|
|
77432
|
+
})(RevocationHttpMethod || (RevocationHttpMethod = {}));
|
|
77409
77433
|
var ScopeSeparator;
|
|
77410
77434
|
(function(ScopeSeparator2) {
|
|
77411
77435
|
ScopeSeparator2["UNKNOWN_SCOPE_SEPARATOR"] = "UNKNOWN_SCOPE_SEPARATOR";
|
|
@@ -77418,6 +77442,41 @@ var TokenEndpointAuthMethod;
|
|
|
77418
77442
|
TokenEndpointAuthMethod2["CLIENT_SECRET_POST"] = "CLIENT_SECRET_POST";
|
|
77419
77443
|
TokenEndpointAuthMethod2["CLIENT_SECRET_BASIC"] = "CLIENT_SECRET_BASIC";
|
|
77420
77444
|
})(TokenEndpointAuthMethod || (TokenEndpointAuthMethod = {}));
|
|
77445
|
+
var ReplayProtection;
|
|
77446
|
+
(function(ReplayProtection2) {
|
|
77447
|
+
ReplayProtection2["UNKNOWN_REPLAY_PROTECTION"] = "UNKNOWN_REPLAY_PROTECTION";
|
|
77448
|
+
ReplayProtection2["DELIVERY_ID_HEADER"] = "DELIVERY_ID_HEADER";
|
|
77449
|
+
ReplayProtection2["BODY_HASH_WITHIN_TIMESTAMP_WINDOW"] = "BODY_HASH_WITHIN_TIMESTAMP_WINDOW";
|
|
77450
|
+
})(ReplayProtection || (ReplayProtection = {}));
|
|
77451
|
+
var SignatureEncoding;
|
|
77452
|
+
(function(SignatureEncoding2) {
|
|
77453
|
+
SignatureEncoding2["UNKNOWN_SIGNATURE_ENCODING"] = "UNKNOWN_SIGNATURE_ENCODING";
|
|
77454
|
+
SignatureEncoding2["HEX"] = "HEX";
|
|
77455
|
+
SignatureEncoding2["BASE64"] = "BASE64";
|
|
77456
|
+
})(SignatureEncoding || (SignatureEncoding = {}));
|
|
77457
|
+
var SignedPayload;
|
|
77458
|
+
(function(SignedPayload2) {
|
|
77459
|
+
SignedPayload2["UNKNOWN_SIGNED_PAYLOAD"] = "UNKNOWN_SIGNED_PAYLOAD";
|
|
77460
|
+
SignedPayload2["RAW_BODY"] = "RAW_BODY";
|
|
77461
|
+
SignedPayload2["TIMESTAMP_DOT_RAW_BODY"] = "TIMESTAMP_DOT_RAW_BODY";
|
|
77462
|
+
SignedPayload2["VERSION_TIMESTAMP_BODY"] = "VERSION_TIMESTAMP_BODY";
|
|
77463
|
+
})(SignedPayload || (SignedPayload = {}));
|
|
77464
|
+
var VerificationMethod;
|
|
77465
|
+
(function(VerificationMethod2) {
|
|
77466
|
+
VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
|
|
77467
|
+
VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
|
|
77468
|
+
VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
|
|
77469
|
+
VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
|
|
77470
|
+
VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
|
|
77471
|
+
VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
|
|
77472
|
+
})(VerificationMethod || (VerificationMethod = {}));
|
|
77473
|
+
var VerificationSource;
|
|
77474
|
+
(function(VerificationSource2) {
|
|
77475
|
+
VerificationSource2["UNKNOWN_VERIFICATION_SOURCE"] = "UNKNOWN_VERIFICATION_SOURCE";
|
|
77476
|
+
VerificationSource2["CONNECTOR_WIDE"] = "CONNECTOR_WIDE";
|
|
77477
|
+
VerificationSource2["PER_REGISTRATION"] = "PER_REGISTRATION";
|
|
77478
|
+
VerificationSource2["UNSIGNED"] = "UNSIGNED";
|
|
77479
|
+
})(VerificationSource || (VerificationSource = {}));
|
|
77421
77480
|
var Type2;
|
|
77422
77481
|
(function(Type5) {
|
|
77423
77482
|
Type5["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -79597,6 +79656,10 @@ var FileMediaType;
|
|
|
79597
79656
|
FileMediaType2["ICON_MEDIA_TYPE"] = "ICON_MEDIA_TYPE";
|
|
79598
79657
|
FileMediaType2["FONT_MEDIA_TYPE"] = "FONT_MEDIA_TYPE";
|
|
79599
79658
|
})(FileMediaType || (FileMediaType = {}));
|
|
79659
|
+
var AnimationType;
|
|
79660
|
+
(function(AnimationType2) {
|
|
79661
|
+
AnimationType2["VIEW"] = "VIEW";
|
|
79662
|
+
})(AnimationType || (AnimationType = {}));
|
|
79600
79663
|
var AppType3;
|
|
79601
79664
|
(function(AppType6) {
|
|
79602
79665
|
AppType6["PRODUCT"] = "PRODUCT";
|
|
@@ -79715,12 +79778,38 @@ var LineStyle2;
|
|
|
79715
79778
|
LineStyle3["DASHED"] = "DASHED";
|
|
79716
79779
|
LineStyle3["DOTTED"] = "DOTTED";
|
|
79717
79780
|
})(LineStyle2 || (LineStyle2 = {}));
|
|
79781
|
+
var LineCap;
|
|
79782
|
+
(function(LineCap2) {
|
|
79783
|
+
LineCap2["SQUARE"] = "SQUARE";
|
|
79784
|
+
LineCap2["ROUND"] = "ROUND";
|
|
79785
|
+
})(LineCap || (LineCap = {}));
|
|
79718
79786
|
var DividerDataWidth2;
|
|
79719
79787
|
(function(DividerDataWidth3) {
|
|
79720
79788
|
DividerDataWidth3["LARGE"] = "LARGE";
|
|
79721
79789
|
DividerDataWidth3["MEDIUM"] = "MEDIUM";
|
|
79722
79790
|
DividerDataWidth3["SMALL"] = "SMALL";
|
|
79723
79791
|
})(DividerDataWidth2 || (DividerDataWidth2 = {}));
|
|
79792
|
+
var EntranceEffectType;
|
|
79793
|
+
(function(EntranceEffectType2) {
|
|
79794
|
+
EntranceEffectType2["FADE"] = "FADE";
|
|
79795
|
+
EntranceEffectType2["ARC"] = "ARC";
|
|
79796
|
+
EntranceEffectType2["BLUR"] = "BLUR";
|
|
79797
|
+
EntranceEffectType2["BOUNCE"] = "BOUNCE";
|
|
79798
|
+
EntranceEffectType2["DROP"] = "DROP";
|
|
79799
|
+
EntranceEffectType2["EXPAND"] = "EXPAND";
|
|
79800
|
+
EntranceEffectType2["FLIP"] = "FLIP";
|
|
79801
|
+
EntranceEffectType2["FLOAT"] = "FLOAT";
|
|
79802
|
+
EntranceEffectType2["FOLD"] = "FOLD";
|
|
79803
|
+
EntranceEffectType2["GLIDE"] = "GLIDE";
|
|
79804
|
+
EntranceEffectType2["REVEAL"] = "REVEAL";
|
|
79805
|
+
EntranceEffectType2["SHAPE"] = "SHAPE";
|
|
79806
|
+
EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
|
|
79807
|
+
EntranceEffectType2["SLIDE"] = "SLIDE";
|
|
79808
|
+
EntranceEffectType2["SPIN"] = "SPIN";
|
|
79809
|
+
EntranceEffectType2["TILT"] = "TILT";
|
|
79810
|
+
EntranceEffectType2["TURN"] = "TURN";
|
|
79811
|
+
EntranceEffectType2["WINK"] = "WINK";
|
|
79812
|
+
})(EntranceEffectType || (EntranceEffectType = {}));
|
|
79724
79813
|
var PDFSettingsViewMode2;
|
|
79725
79814
|
(function(PDFSettingsViewMode3) {
|
|
79726
79815
|
PDFSettingsViewMode3["NONE"] = "NONE";
|
|
@@ -79848,6 +79937,22 @@ var StylesPosition2;
|
|
|
79848
79937
|
StylesPosition3["TOP"] = "TOP";
|
|
79849
79938
|
StylesPosition3["HIDDEN"] = "HIDDEN";
|
|
79850
79939
|
})(StylesPosition2 || (StylesPosition2 = {}));
|
|
79940
|
+
var LoopEffectType;
|
|
79941
|
+
(function(LoopEffectType2) {
|
|
79942
|
+
LoopEffectType2["BOUNCE"] = "BOUNCE";
|
|
79943
|
+
LoopEffectType2["BREATHE"] = "BREATHE";
|
|
79944
|
+
LoopEffectType2["CROSS"] = "CROSS";
|
|
79945
|
+
LoopEffectType2["FLASH"] = "FLASH";
|
|
79946
|
+
LoopEffectType2["FLIP"] = "FLIP";
|
|
79947
|
+
LoopEffectType2["FOLD"] = "FOLD";
|
|
79948
|
+
LoopEffectType2["JELLO"] = "JELLO";
|
|
79949
|
+
LoopEffectType2["POKE"] = "POKE";
|
|
79950
|
+
LoopEffectType2["PULSE"] = "PULSE";
|
|
79951
|
+
LoopEffectType2["RUBBER"] = "RUBBER";
|
|
79952
|
+
LoopEffectType2["SPIN"] = "SPIN";
|
|
79953
|
+
LoopEffectType2["SWING"] = "SWING";
|
|
79954
|
+
LoopEffectType2["WIGGLE"] = "WIGGLE";
|
|
79955
|
+
})(LoopEffectType || (LoopEffectType = {}));
|
|
79851
79956
|
var MapType2;
|
|
79852
79957
|
(function(MapType3) {
|
|
79853
79958
|
MapType3["ROADMAP"] = "ROADMAP";
|
|
@@ -95190,7 +95295,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
95190
95295
|
var package_default = {
|
|
95191
95296
|
name: "@wix/create-new",
|
|
95192
95297
|
description: "General entry point for creating Wix projects",
|
|
95193
|
-
version: "0.0.
|
|
95298
|
+
version: "0.0.102",
|
|
95194
95299
|
bin: "bin/index.cjs",
|
|
95195
95300
|
devDependencies: {
|
|
95196
95301
|
"@commander-js/extra-typings": "^13.0.0",
|