@wix/riseevent 1.0.13 → 1.0.15
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 +2 -1
- package/build/cjs/index.js +7 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +28 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/es/index.d.ts +2 -1
- package/build/es/index.js +2 -1
- package/build/es/index.js.map +1 -1
- 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/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js +29 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/internal/cjs/meta.js +28 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/es/index.d.ts +2 -0
- package/build/internal/es/index.js +3 -0
- package/build/internal/es/index.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/meta/package.json +3 -0
- package/package.json +35 -11
- package/build/cjs/src/rise-v1-event.http.d.ts +0 -18
- package/build/cjs/src/rise-v1-event.http.js +0 -190
- package/build/cjs/src/rise-v1-event.http.js.map +0 -1
- package/build/cjs/src/rise-v1-event.public.d.ts +0 -12
- package/build/cjs/src/rise-v1-event.public.js +0 -40
- package/build/cjs/src/rise-v1-event.public.js.map +0 -1
- package/build/cjs/src/rise-v1-event.types.d.ts +0 -446
- package/build/cjs/src/rise-v1-event.types.js +0 -22
- package/build/cjs/src/rise-v1-event.types.js.map +0 -1
- package/build/cjs/src/rise-v1-event.universal.d.ts +0 -548
- package/build/cjs/src/rise-v1-event.universal.js +0 -346
- package/build/cjs/src/rise-v1-event.universal.js.map +0 -1
- package/build/es/src/rise-v1-event.http.d.ts +0 -18
- package/build/es/src/rise-v1-event.http.js +0 -182
- package/build/es/src/rise-v1-event.http.js.map +0 -1
- package/build/es/src/rise-v1-event.public.d.ts +0 -12
- package/build/es/src/rise-v1-event.public.js +0 -29
- package/build/es/src/rise-v1-event.public.js.map +0 -1
- package/build/es/src/rise-v1-event.types.d.ts +0 -446
- package/build/es/src/rise-v1-event.types.js +0 -19
- package/build/es/src/rise-v1-event.types.js.map +0 -1
- package/build/es/src/rise-v1-event.universal.d.ts +0 -548
- package/build/es/src/rise-v1-event.universal.js +0 -319
- package/build/es/src/rise-v1-event.universal.js.map +0 -1
package/build/cjs/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import * as event from '@wix/auto_sdk_riseevent_event';
|
|
2
|
+
export { event };
|
package/build/cjs/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -20,5 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
20
24
|
};
|
|
21
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
26
|
exports.event = void 0;
|
|
23
|
-
|
|
27
|
+
const event = __importStar(require("@wix/auto_sdk_riseevent_event"));
|
|
28
|
+
exports.event = event;
|
|
24
29
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAuD;AAE9C,sBAAK"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as event from '@wix/auto_sdk_riseevent_event/meta';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.event = void 0;
|
|
27
|
+
exports.event = __importStar(require("@wix/auto_sdk_riseevent_event/meta"));
|
|
28
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA4D"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import * as event from '@wix/auto_sdk_riseevent_event';
|
|
2
|
+
export { event };
|
package/build/es/index.js
CHANGED
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,+BAA+B,CAAC;AAEvD,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as event from '@wix/auto_sdk_riseevent_event/meta';
|
package/build/es/meta.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.event = void 0;
|
|
27
|
+
const event = __importStar(require("@wix/auto_sdk_riseevent_event"));
|
|
28
|
+
exports.event = event;
|
|
29
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAuD;AAE9C,sBAAK"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as event from '@wix/auto_sdk_riseevent_event/meta';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.event = void 0;
|
|
27
|
+
exports.event = __importStar(require("@wix/auto_sdk_riseevent_event/meta"));
|
|
28
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA4D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,+BAA+B,CAAC;AAEvD,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as event from '@wix/auto_sdk_riseevent_event/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,oCAAoC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,32 +1,56 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/riseevent",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
+
"keywords": [
|
|
9
|
+
"wixSdkBackendModule",
|
|
10
|
+
"wixSdkPageModule",
|
|
11
|
+
"wixSdkPublicModule"
|
|
12
|
+
],
|
|
8
13
|
"sideEffects": false,
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
14
|
+
"main": "./build/cjs/index.js",
|
|
15
|
+
"types": "./build/es/index.d.ts",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": "./build/es/index.js",
|
|
19
|
+
"require": "./build/cjs/index.js",
|
|
20
|
+
"types": "./build/es/index.d.ts"
|
|
21
|
+
},
|
|
22
|
+
"./package.json": "./package.json",
|
|
23
|
+
"./meta": {
|
|
24
|
+
"import": "./build/es/meta.js",
|
|
25
|
+
"require": "./build/cjs/meta.js",
|
|
26
|
+
"types": "./build/es/meta.d.ts"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
12
29
|
"files": [
|
|
13
30
|
"build",
|
|
14
|
-
"
|
|
31
|
+
"meta",
|
|
32
|
+
"service-plugins"
|
|
15
33
|
],
|
|
16
34
|
"dependencies": {
|
|
17
|
-
"@wix/
|
|
18
|
-
|
|
19
|
-
|
|
35
|
+
"@wix/auto_sdk_riseevent_event": "1.0.0"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"typescript": "^5.3.2"
|
|
20
39
|
},
|
|
21
40
|
"scripts": {
|
|
22
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
41
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
|
|
23
42
|
"test": ":"
|
|
24
43
|
},
|
|
25
44
|
"wix": {
|
|
26
45
|
"artifact": {
|
|
46
|
+
"groupId": "com.wixpress.public-sdk-autogen",
|
|
27
47
|
"artifactId": "riseevent-public-sdk-autogen",
|
|
28
|
-
"
|
|
48
|
+
"isRootPublicSdk": true
|
|
49
|
+
},
|
|
50
|
+
"sdkDependency": {
|
|
51
|
+
"fqdnNamespace": "",
|
|
52
|
+
"fqdn": ""
|
|
29
53
|
}
|
|
30
54
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
55
|
+
"falconPackageHash": "4f5f5b7b6f5ef50676330df44f04f3b5377ed51df2d1edff3db3b3c2"
|
|
32
56
|
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { RequestOptionsFactory } from '@wix/sdk-types';
|
|
2
|
-
import { CreateEventRequest, CreateEventResponse, DisableEventRequest, DisableEventResponse, GetEventRequest, GetEventResponse, QueryEventBalancesRequest, QueryEventBalancesResponse, UpdateEventRequest, UpdateEventResponse } from './rise-v1-event.types';
|
|
3
|
-
/** Creates a new Event */
|
|
4
|
-
export declare function createEvent(payload: CreateEventRequest): RequestOptionsFactory<CreateEventResponse>;
|
|
5
|
-
/** Get an Event by ID */
|
|
6
|
-
export declare function getEvent(payload: GetEventRequest): RequestOptionsFactory<GetEventResponse>;
|
|
7
|
-
/**
|
|
8
|
-
* Update an Event, supports partial update
|
|
9
|
-
* Pass the latest `revision` for a successful update
|
|
10
|
-
*/
|
|
11
|
-
export declare function updateEvent(payload: UpdateEventRequest): RequestOptionsFactory<UpdateEventResponse>;
|
|
12
|
-
/** Expire an Event immediately and deducting the remaining balance from the gift card */
|
|
13
|
-
export declare function disableEvent(payload: DisableEventRequest): RequestOptionsFactory<DisableEventResponse>;
|
|
14
|
-
/**
|
|
15
|
-
* Query Events using [WQL - Wix Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language)
|
|
16
|
-
* Results will be enriched with calculated balances
|
|
17
|
-
*/
|
|
18
|
-
export declare function queryEventBalances(payload: QueryEventBalancesRequest): RequestOptionsFactory<QueryEventBalancesResponse>;
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.queryEventBalances = exports.disableEvent = exports.updateEvent = exports.getEvent = exports.createEvent = void 0;
|
|
4
|
-
const metro_runtime_1 = require("@wix/metro-runtime");
|
|
5
|
-
const ambassador_1 = require("@wix/metro-runtime/ambassador");
|
|
6
|
-
const metro_runtime_2 = require("@wix/metro-runtime");
|
|
7
|
-
const _createEventRequest = { event: '_event' };
|
|
8
|
-
const _createEventResponse = { event: '_event' };
|
|
9
|
-
const _disableEventRequest = {};
|
|
10
|
-
const _disableEventResponse = { event: '_event' };
|
|
11
|
-
const _event = {
|
|
12
|
-
createdDate: 'google.protobuf.Timestamp',
|
|
13
|
-
updatedDate: 'google.protobuf.Timestamp',
|
|
14
|
-
startDate: 'google.protobuf.Timestamp',
|
|
15
|
-
expiresAt: 'google.protobuf.Timestamp',
|
|
16
|
-
disabledAt: 'google.protobuf.Timestamp',
|
|
17
|
-
};
|
|
18
|
-
const _eventWithBalance = { event: '_event' };
|
|
19
|
-
const _getEventRequest = {};
|
|
20
|
-
const _getEventResponse = { event: '_event' };
|
|
21
|
-
const _queryEventBalancesRequest = {};
|
|
22
|
-
const _queryEventBalancesResponse = { events: '_eventWithBalance' };
|
|
23
|
-
const _updateEventRequest = {
|
|
24
|
-
mask: 'google.protobuf.FieldMask',
|
|
25
|
-
event: '_event',
|
|
26
|
-
};
|
|
27
|
-
const _updateEventResponse = { event: '_event' };
|
|
28
|
-
function resolveWixRiseV1EventServiceUrl(opts) {
|
|
29
|
-
const domainToMappings = {
|
|
30
|
-
'www._base_domain_': [
|
|
31
|
-
{
|
|
32
|
-
srcPath: '/_api/event-service',
|
|
33
|
-
destPath: '/v1/rise',
|
|
34
|
-
},
|
|
35
|
-
],
|
|
36
|
-
'www.wixapis.com': [
|
|
37
|
-
{
|
|
38
|
-
srcPath: '/rise/v1/event-service',
|
|
39
|
-
destPath: '/v1/rise',
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
'*.dev.wix-code.com': [
|
|
43
|
-
{
|
|
44
|
-
srcPath: '/_api/event-service',
|
|
45
|
-
destPath: '/v1/rise',
|
|
46
|
-
},
|
|
47
|
-
],
|
|
48
|
-
'bo._base_domain_': [
|
|
49
|
-
{
|
|
50
|
-
srcPath: '/_api/event-service',
|
|
51
|
-
destPath: '/v1/rise',
|
|
52
|
-
},
|
|
53
|
-
],
|
|
54
|
-
};
|
|
55
|
-
return (0, metro_runtime_2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
56
|
-
}
|
|
57
|
-
/** Creates a new Event */
|
|
58
|
-
function createEvent(payload) {
|
|
59
|
-
const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_createEventRequest, {
|
|
60
|
-
_event,
|
|
61
|
-
});
|
|
62
|
-
const { fromJSON: fromRes } = (0, ambassador_1.serializer)(_createEventResponse, { _event });
|
|
63
|
-
function __createEvent({ host }) {
|
|
64
|
-
const serializedData = toReq(payload);
|
|
65
|
-
const metadata = {
|
|
66
|
-
entityFqdn: 'wix.rise.v1.event',
|
|
67
|
-
method: 'POST',
|
|
68
|
-
methodFqn: 'wix.rise.v1.EventService.CreateEvent',
|
|
69
|
-
url: resolveWixRiseV1EventServiceUrl({
|
|
70
|
-
protoPath: '/v1/rise/events',
|
|
71
|
-
data: serializedData,
|
|
72
|
-
host,
|
|
73
|
-
}),
|
|
74
|
-
data: serializedData,
|
|
75
|
-
transformResponse: fromRes,
|
|
76
|
-
};
|
|
77
|
-
return metadata;
|
|
78
|
-
}
|
|
79
|
-
__createEvent.fromReq = fromReq;
|
|
80
|
-
return __createEvent;
|
|
81
|
-
}
|
|
82
|
-
exports.createEvent = createEvent;
|
|
83
|
-
/** Get an Event by ID */
|
|
84
|
-
function getEvent(payload) {
|
|
85
|
-
const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_getEventRequest, {});
|
|
86
|
-
const { fromJSON: fromRes } = (0, ambassador_1.serializer)(_getEventResponse, { _event });
|
|
87
|
-
function __getEvent({ host }) {
|
|
88
|
-
const serializedData = toReq(payload);
|
|
89
|
-
const metadata = {
|
|
90
|
-
entityFqdn: 'wix.rise.v1.event',
|
|
91
|
-
method: 'GET',
|
|
92
|
-
methodFqn: 'wix.rise.v1.EventService.GetEvent',
|
|
93
|
-
url: resolveWixRiseV1EventServiceUrl({
|
|
94
|
-
protoPath: '/v1/rise/events/{eventId}',
|
|
95
|
-
data: serializedData,
|
|
96
|
-
host,
|
|
97
|
-
}),
|
|
98
|
-
params: (0, metro_runtime_1.toURLSearchParams)(serializedData),
|
|
99
|
-
transformResponse: fromRes,
|
|
100
|
-
};
|
|
101
|
-
return metadata;
|
|
102
|
-
}
|
|
103
|
-
__getEvent.fromReq = fromReq;
|
|
104
|
-
return __getEvent;
|
|
105
|
-
}
|
|
106
|
-
exports.getEvent = getEvent;
|
|
107
|
-
/**
|
|
108
|
-
* Update an Event, supports partial update
|
|
109
|
-
* Pass the latest `revision` for a successful update
|
|
110
|
-
*/
|
|
111
|
-
function updateEvent(payload) {
|
|
112
|
-
const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_updateEventRequest, {
|
|
113
|
-
_event,
|
|
114
|
-
});
|
|
115
|
-
const { fromJSON: fromRes } = (0, ambassador_1.serializer)(_updateEventResponse, { _event });
|
|
116
|
-
function __updateEvent({ host }) {
|
|
117
|
-
const serializedData = toReq(payload);
|
|
118
|
-
const metadata = {
|
|
119
|
-
entityFqdn: 'wix.rise.v1.event',
|
|
120
|
-
method: 'PATCH',
|
|
121
|
-
methodFqn: 'wix.rise.v1.EventService.UpdateEvent',
|
|
122
|
-
url: resolveWixRiseV1EventServiceUrl({
|
|
123
|
-
protoPath: '/v1/rise/events/{event.id}',
|
|
124
|
-
data: serializedData,
|
|
125
|
-
host,
|
|
126
|
-
}),
|
|
127
|
-
data: serializedData,
|
|
128
|
-
transformResponse: fromRes,
|
|
129
|
-
};
|
|
130
|
-
return metadata;
|
|
131
|
-
}
|
|
132
|
-
__updateEvent.fromReq = fromReq;
|
|
133
|
-
return __updateEvent;
|
|
134
|
-
}
|
|
135
|
-
exports.updateEvent = updateEvent;
|
|
136
|
-
/** Expire an Event immediately and deducting the remaining balance from the gift card */
|
|
137
|
-
function disableEvent(payload) {
|
|
138
|
-
const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_disableEventRequest, {});
|
|
139
|
-
const { fromJSON: fromRes } = (0, ambassador_1.serializer)(_disableEventResponse, { _event });
|
|
140
|
-
function __disableEvent({ host }) {
|
|
141
|
-
const serializedData = toReq(payload);
|
|
142
|
-
const metadata = {
|
|
143
|
-
entityFqdn: 'wix.rise.v1.event',
|
|
144
|
-
method: 'POST',
|
|
145
|
-
methodFqn: 'wix.rise.v1.EventService.DisableEvent',
|
|
146
|
-
url: resolveWixRiseV1EventServiceUrl({
|
|
147
|
-
protoPath: '/v1/rise/events/{eventId}/disable',
|
|
148
|
-
data: serializedData,
|
|
149
|
-
host,
|
|
150
|
-
}),
|
|
151
|
-
data: serializedData,
|
|
152
|
-
transformResponse: fromRes,
|
|
153
|
-
};
|
|
154
|
-
return metadata;
|
|
155
|
-
}
|
|
156
|
-
__disableEvent.fromReq = fromReq;
|
|
157
|
-
return __disableEvent;
|
|
158
|
-
}
|
|
159
|
-
exports.disableEvent = disableEvent;
|
|
160
|
-
/**
|
|
161
|
-
* Query Events using [WQL - Wix Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language)
|
|
162
|
-
* Results will be enriched with calculated balances
|
|
163
|
-
*/
|
|
164
|
-
function queryEventBalances(payload) {
|
|
165
|
-
const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_queryEventBalancesRequest, {});
|
|
166
|
-
const { fromJSON: fromRes } = (0, ambassador_1.serializer)(_queryEventBalancesResponse, {
|
|
167
|
-
_event,
|
|
168
|
-
_eventWithBalance,
|
|
169
|
-
});
|
|
170
|
-
function __queryEventBalances({ host }) {
|
|
171
|
-
const serializedData = toReq(payload);
|
|
172
|
-
const metadata = {
|
|
173
|
-
entityFqdn: 'wix.rise.v1.event',
|
|
174
|
-
method: 'POST',
|
|
175
|
-
methodFqn: 'wix.rise.v1.EventService.QueryEventBalances',
|
|
176
|
-
url: resolveWixRiseV1EventServiceUrl({
|
|
177
|
-
protoPath: '/v1/rise/events/query/balances',
|
|
178
|
-
data: serializedData,
|
|
179
|
-
host,
|
|
180
|
-
}),
|
|
181
|
-
data: serializedData,
|
|
182
|
-
transformResponse: fromRes,
|
|
183
|
-
};
|
|
184
|
-
return metadata;
|
|
185
|
-
}
|
|
186
|
-
__queryEventBalances.fromReq = fromReq;
|
|
187
|
-
return __queryEventBalances;
|
|
188
|
-
}
|
|
189
|
-
exports.queryEventBalances = queryEventBalances;
|
|
190
|
-
//# sourceMappingURL=rise-v1-event.http.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rise-v1-event.http.js","sourceRoot":"","sources":["../../../src/rise-v1-event.http.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@wix/sdk-types';
|
|
2
|
-
import { Event, UpdateEvent, QueryV2 } from './rise-v1-event.universal';
|
|
3
|
-
export declare const __metadata: {
|
|
4
|
-
PACKAGE_NAME: string;
|
|
5
|
-
};
|
|
6
|
-
export declare function createEvent(httpClient: HttpClient): (event: Event) => Promise<Event>;
|
|
7
|
-
export declare function getEvent(httpClient: HttpClient): (eventId: string) => Promise<Event>;
|
|
8
|
-
export declare function updateEvent(httpClient: HttpClient): (_id: string | null, event: UpdateEvent) => Promise<Event>;
|
|
9
|
-
export declare function disableEvent(httpClient: HttpClient): (eventId: string, revision: string) => Promise<import("./rise-v1-event.universal").DisableEventResponse>;
|
|
10
|
-
export declare function queryEventBalances(httpClient: HttpClient): (query: QueryV2) => Promise<import("./rise-v1-event.universal").QueryEventBalancesResponse>;
|
|
11
|
-
export { EventType, EventStatus, SortOrder } from './rise-v1-event.universal';
|
|
12
|
-
export { Event, CreateEventRequest, CreateEventResponse, EventCreationExpirationDateInThePastDetails, EventCreationStartLaterThanExpirationDetails, EventCreationDisabledAtDateSetDetails, GetEventRequest, GetEventResponse, UpdateEventRequest, UpdateEventResponse, InvalidEventDetails, EventUpdateStartDateInThePastDetails, EventUpdateExpirationDateInThePastDetails, EventUpdateStartLaterThanExpirationDetails, DisableEventRequest, DisableEventResponse, EventDisabled, DeleteEventRequest, DeleteEventResponse, QueryEventRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryEventResponse, PagingMetadataV2, Cursors, QueryEventBalancesRequest, QueryEventBalancesResponse, EventWithBalance, Task, TaskTriggerOneOf, TaskId, Empty, EventExpired, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, UpdateEvent, } from './rise-v1-event.universal';
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SortOrder = exports.EventStatus = exports.EventType = exports.queryEventBalances = exports.disableEvent = exports.updateEvent = exports.getEvent = exports.createEvent = exports.__metadata = void 0;
|
|
4
|
-
const rise_v1_event_universal_1 = require("./rise-v1-event.universal");
|
|
5
|
-
exports.__metadata = { PACKAGE_NAME: '@wix/riseevent' };
|
|
6
|
-
function createEvent(httpClient) {
|
|
7
|
-
return (event) => (0, rise_v1_event_universal_1.createEvent)(event,
|
|
8
|
-
// @ts-ignore
|
|
9
|
-
{ httpClient });
|
|
10
|
-
}
|
|
11
|
-
exports.createEvent = createEvent;
|
|
12
|
-
function getEvent(httpClient) {
|
|
13
|
-
return (eventId) => (0, rise_v1_event_universal_1.getEvent)(eventId,
|
|
14
|
-
// @ts-ignore
|
|
15
|
-
{ httpClient });
|
|
16
|
-
}
|
|
17
|
-
exports.getEvent = getEvent;
|
|
18
|
-
function updateEvent(httpClient) {
|
|
19
|
-
return (_id, event) => (0, rise_v1_event_universal_1.updateEvent)(_id, event,
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
{ httpClient });
|
|
22
|
-
}
|
|
23
|
-
exports.updateEvent = updateEvent;
|
|
24
|
-
function disableEvent(httpClient) {
|
|
25
|
-
return (eventId, revision) => (0, rise_v1_event_universal_1.disableEvent)(eventId, revision,
|
|
26
|
-
// @ts-ignore
|
|
27
|
-
{ httpClient });
|
|
28
|
-
}
|
|
29
|
-
exports.disableEvent = disableEvent;
|
|
30
|
-
function queryEventBalances(httpClient) {
|
|
31
|
-
return (query) => (0, rise_v1_event_universal_1.queryEventBalances)(query,
|
|
32
|
-
// @ts-ignore
|
|
33
|
-
{ httpClient });
|
|
34
|
-
}
|
|
35
|
-
exports.queryEventBalances = queryEventBalances;
|
|
36
|
-
var rise_v1_event_universal_2 = require("./rise-v1-event.universal");
|
|
37
|
-
Object.defineProperty(exports, "EventType", { enumerable: true, get: function () { return rise_v1_event_universal_2.EventType; } });
|
|
38
|
-
Object.defineProperty(exports, "EventStatus", { enumerable: true, get: function () { return rise_v1_event_universal_2.EventStatus; } });
|
|
39
|
-
Object.defineProperty(exports, "SortOrder", { enumerable: true, get: function () { return rise_v1_event_universal_2.SortOrder; } });
|
|
40
|
-
//# sourceMappingURL=rise-v1-event.public.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rise-v1-event.public.js","sourceRoot":"","sources":["../../../src/rise-v1-event.public.ts"],"names":[],"mappings":";;;AACA,uEASmC;AAEtB,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC;AAE7D,SAAgB,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,KAAY,EAAE,EAAE,CACtB,IAAA,qCAAoB,EAClB,KAAK;IACL,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAPD,kCAOC;AAED,SAAgB,QAAQ,CAAC,UAAsB;IAC7C,OAAO,CAAC,OAAe,EAAE,EAAE,CACzB,IAAA,kCAAiB,EACf,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAPD,4BAOC;AAED,SAAgB,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,GAAkB,EAAE,KAAkB,EAAE,EAAE,CAChD,IAAA,qCAAoB,EAClB,GAAG,EACH,KAAK;IACL,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,kCAQC;AAED,SAAgB,YAAY,CAAC,UAAsB;IACjD,OAAO,CAAC,OAAe,EAAE,QAAgB,EAAE,EAAE,CAC3C,IAAA,sCAAqB,EACnB,OAAO,EACP,QAAQ;IACR,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,oCAQC;AAED,SAAgB,kBAAkB,CAAC,UAAsB;IACvD,OAAO,CAAC,KAAc,EAAE,EAAE,CACxB,IAAA,4CAA2B,EACzB,KAAK;IACL,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAPD,gDAOC;AAED,qEAA8E;AAArE,oHAAA,SAAS,OAAA;AAAE,sHAAA,WAAW,OAAA;AAAE,oHAAA,SAAS,OAAA"}
|