Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wix/events_schedule-bookmarks

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/events_schedule-bookmarks - npm Package Compare versions

Comparing version 1.0.42 to 1.0.43

40

build/cjs/src/events-schedule-v1-schedule-item-schedule-bookmarks.http.js

@@ -24,2 +24,6 @@ "use strict";

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -31,2 +35,6 @@ _: [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -48,2 +56,6 @@ '*.dev.wix-code.com': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -61,2 +73,6 @@ 'manage._base_domain_': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -68,2 +84,6 @@ 'blocks._base_domain_': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -75,2 +95,6 @@ 'create.editorx': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -82,2 +106,6 @@ 'editor-flow.wixapps.net': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -90,2 +118,14 @@ 'www.wixapis.com': [

],
'api._base_domain_': [
{
srcPath: '/events/v1/schedule',
destPath: '/v1/schedule',
},
],
'editor.wixapps.net': [
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],
};

@@ -92,0 +132,0 @@ return (0, rest_modules_2.resolveUrl)(Object.assign(opts, { domainToMappings }));

4

build/cjs/src/events-schedule-v1-schedule-item-schedule-bookmarks.types.d.ts

@@ -57,5 +57,5 @@ import type { GoogleProtoDuration } from '@wix/metro-runtime/ambassador';

export declare enum ScheduleStatus {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
SCHEDULED = "SCHEDULED",
/** Item was canceled */
/** Item is canceled. */
CANCELED = "CANCELED"

@@ -62,0 +62,0 @@ }

@@ -6,5 +6,5 @@ "use strict";

(function (ScheduleStatus) {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
ScheduleStatus["SCHEDULED"] = "SCHEDULED";
/** Item was canceled */
/** Item is canceled. */
ScheduleStatus["CANCELED"] = "CANCELED";

@@ -11,0 +11,0 @@ })(ScheduleStatus || (exports.ScheduleStatus = ScheduleStatus = {}));

@@ -60,5 +60,5 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */

export declare enum ScheduleStatus {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
SCHEDULED = "SCHEDULED",
/** Item was canceled */
/** Item is canceled. */
CANCELED = "CANCELED"

@@ -65,0 +65,0 @@ }

@@ -32,5 +32,5 @@ "use strict";

(function (ScheduleStatus) {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
ScheduleStatus["SCHEDULED"] = "SCHEDULED";
/** Item was canceled */
/** Item is canceled. */
ScheduleStatus["CANCELED"] = "CANCELED";

@@ -37,0 +37,0 @@ })(ScheduleStatus || (exports.ScheduleStatus = ScheduleStatus = {}));

@@ -21,2 +21,6 @@ import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules';

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -28,2 +32,6 @@ _: [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -45,2 +53,6 @@ '*.dev.wix-code.com': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -58,2 +70,6 @@ 'manage._base_domain_': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -65,2 +81,6 @@ 'blocks._base_domain_': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -72,2 +92,6 @@ 'create.editorx': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -79,2 +103,6 @@ 'editor-flow.wixapps.net': [

},
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],

@@ -87,2 +115,14 @@ 'www.wixapis.com': [

],
'api._base_domain_': [
{
srcPath: '/events/v1/schedule',
destPath: '/v1/schedule',
},
],
'editor.wixapps.net': [
{
srcPath: '/_api/wix-events-web/v1/schedule',
destPath: '/v1/schedule',
},
],
};

@@ -89,0 +129,0 @@ return resolveUrl(Object.assign(opts, { domainToMappings }));

@@ -57,5 +57,5 @@ import type { GoogleProtoDuration } from '@wix/metro-runtime/ambassador';

export declare enum ScheduleStatus {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
SCHEDULED = "SCHEDULED",
/** Item was canceled */
/** Item is canceled. */
CANCELED = "CANCELED"

@@ -62,0 +62,0 @@ }

export var ScheduleStatus;
(function (ScheduleStatus) {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
ScheduleStatus["SCHEDULED"] = "SCHEDULED";
/** Item was canceled */
/** Item is canceled. */
ScheduleStatus["CANCELED"] = "CANCELED";

@@ -7,0 +7,0 @@ })(ScheduleStatus || (ScheduleStatus = {}));

@@ -60,5 +60,5 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */

export declare enum ScheduleStatus {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
SCHEDULED = "SCHEDULED",
/** Item was canceled */
/** Item is canceled. */
CANCELED = "CANCELED"

@@ -65,0 +65,0 @@ }

@@ -6,5 +6,5 @@ import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error';

(function (ScheduleStatus) {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
ScheduleStatus["SCHEDULED"] = "SCHEDULED";
/** Item was canceled */
/** Item is canceled. */
ScheduleStatus["CANCELED"] = "CANCELED";

@@ -11,0 +11,0 @@ })(ScheduleStatus || (ScheduleStatus = {}));

{
"name": "@wix/events_schedule-bookmarks",
"version": "1.0.42",
"version": "1.0.43",
"publishConfig": {

@@ -49,3 +49,3 @@ "registry": "https://registry.npmjs.org/",

},
"falconPackageHash": "077db94dd49385ad1ddc5991ecc2e84e4ca0f5a274861a091b40d044"
"falconPackageHash": "2db29e4f6ab67260ffef00394acabe620998e58a8a20d7da741f203b"
}

@@ -538,5 +538,5 @@ type HostModule<T, H extends Host> = {

declare enum ScheduleStatus {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
SCHEDULED = "SCHEDULED",
/** Item was canceled */
/** Item is canceled. */
CANCELED = "CANCELED"

@@ -543,0 +543,0 @@ }

@@ -538,5 +538,5 @@ type HostModule<T, H extends Host> = {

declare enum ScheduleStatus {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
SCHEDULED = "SCHEDULED",
/** Item was canceled */
/** Item is canceled. */
CANCELED = "CANCELED"

@@ -543,0 +543,0 @@ }

@@ -60,5 +60,5 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */

declare enum ScheduleStatus {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
SCHEDULED = "SCHEDULED",
/** Item was canceled */
/** Item is canceled. */
CANCELED = "CANCELED"

@@ -65,0 +65,0 @@ }

@@ -56,5 +56,5 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */

declare enum ScheduleStatus$1 {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
SCHEDULED = "SCHEDULED",
/** Item was canceled */
/** Item is canceled. */
CANCELED = "CANCELED"

@@ -160,5 +160,5 @@ }

declare enum ScheduleStatus {
/** Item is scheduled for a future date */
/** Item is scheduled for a future date. */
SCHEDULED = "SCHEDULED",
/** Item was canceled */
/** Item is canceled. */
CANCELED = "CANCELED"

@@ -165,0 +165,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc