@wix/auto_sdk_bookings_resources 1.0.10 → 1.0.12
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/bookings-resources-v2-resource-resources.context.d.ts +29 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.context.js +43 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.context.js.map +1 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.http.d.ts +96 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.http.js +446 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.http.js.map +1 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.meta.d.ts +27 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.meta.js +199 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.meta.js.map +1 -0
- package/build/{internal/index.d.ts → cjs/src/bookings-resources-v2-resource-resources.public.d.ts} +18 -38
- package/build/cjs/src/bookings-resources-v2-resource-resources.public.js +106 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.public.js.map +1 -0
- package/build/{internal/meta.d.mts → cjs/src/bookings-resources-v2-resource-resources.types.d.ts} +351 -114
- package/build/cjs/src/bookings-resources-v2-resource-resources.types.js +104 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.types.js.map +1 -0
- package/build/{bookings-resources-v2-resource-resources.universal-hYjNdpWu.d.mts → cjs/src/bookings-resources-v2-resource-resources.universal.d.ts} +387 -127
- package/build/cjs/src/bookings-resources-v2-resource-resources.universal.js +587 -0
- package/build/cjs/src/bookings-resources-v2-resource-resources.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/bookings-resources-v2-resource-resources.context.d.ts +29 -0
- package/build/es/src/bookings-resources-v2-resource-resources.context.js +29 -0
- package/build/es/src/bookings-resources-v2-resource-resources.context.js.map +1 -0
- package/build/es/src/bookings-resources-v2-resource-resources.http.d.ts +96 -0
- package/build/es/src/bookings-resources-v2-resource-resources.http.js +434 -0
- package/build/es/src/bookings-resources-v2-resource-resources.http.js.map +1 -0
- package/build/es/src/bookings-resources-v2-resource-resources.meta.d.ts +27 -0
- package/build/es/src/bookings-resources-v2-resource-resources.meta.js +164 -0
- package/build/es/src/bookings-resources-v2-resource-resources.meta.js.map +1 -0
- package/build/{index.d.ts → es/src/bookings-resources-v2-resource-resources.public.d.ts} +18 -38
- package/build/es/src/bookings-resources-v2-resource-resources.public.js +83 -0
- package/build/es/src/bookings-resources-v2-resource-resources.public.js.map +1 -0
- package/build/{internal/meta.d.ts → es/src/bookings-resources-v2-resource-resources.types.d.ts} +351 -114
- package/build/es/src/bookings-resources-v2-resource-resources.types.js +101 -0
- package/build/es/src/bookings-resources-v2-resource-resources.types.js.map +1 -0
- package/build/{bookings-resources-v2-resource-resources.universal-hYjNdpWu.d.ts → es/src/bookings-resources-v2-resource-resources.universal.d.ts} +387 -127
- package/build/es/src/bookings-resources-v2-resource-resources.universal.js +552 -0
- package/build/es/src/bookings-resources-v2-resource-resources.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/bookings-resources-v2-resource-resources.context.d.ts +29 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.context.js +43 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.context.js.map +1 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.http.d.ts +96 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.http.js +446 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.http.js.map +1 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.meta.d.ts +27 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.meta.js +199 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.meta.js.map +1 -0
- package/build/internal/{index.d.mts → cjs/src/bookings-resources-v2-resource-resources.public.d.ts} +18 -38
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.public.js +106 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.public.js.map +1 -0
- package/build/{meta.d.mts → internal/cjs/src/bookings-resources-v2-resource-resources.types.d.ts} +351 -114
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.types.js +104 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.types.js.map +1 -0
- package/build/internal/{bookings-resources-v2-resource-resources.universal-hYjNdpWu.d.mts → cjs/src/bookings-resources-v2-resource-resources.universal.d.ts} +387 -127
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.universal.js +587 -0
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.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/bookings-resources-v2-resource-resources.context.d.ts +29 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.context.js +29 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.context.js.map +1 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.http.d.ts +96 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.http.js +434 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.http.js.map +1 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.meta.d.ts +27 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.meta.js +164 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.meta.js.map +1 -0
- package/build/{index.d.mts → internal/es/src/bookings-resources-v2-resource-resources.public.d.ts} +18 -38
- package/build/internal/es/src/bookings-resources-v2-resource-resources.public.js +83 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.public.js.map +1 -0
- package/build/{meta.d.ts → internal/es/src/bookings-resources-v2-resource-resources.types.d.ts} +351 -114
- package/build/internal/es/src/bookings-resources-v2-resource-resources.types.js +101 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.types.js.map +1 -0
- package/build/internal/{bookings-resources-v2-resource-resources.universal-hYjNdpWu.d.ts → es/src/bookings-resources-v2-resource-resources.universal.d.ts} +387 -127
- package/build/internal/es/src/bookings-resources-v2-resource-resources.universal.js +552 -0
- package/build/internal/es/src/bookings-resources-v2-resource-resources.universal.js.map +1 -0
- package/package.json +11 -12
- package/build/index.js +0 -882
- package/build/index.js.map +0 -1
- package/build/index.mjs +0 -836
- package/build/index.mjs.map +0 -1
- package/build/internal/index.js +0 -882
- package/build/internal/index.js.map +0 -1
- package/build/internal/index.mjs +0 -836
- package/build/internal/index.mjs.map +0 -1
- package/build/internal/meta.js +0 -559
- package/build/internal/meta.js.map +0 -1
- package/build/internal/meta.mjs +0 -524
- package/build/internal/meta.mjs.map +0 -1
- package/build/meta.js +0 -559
- package/build/meta.js.map +0 -1
- package/build/meta.mjs +0 -524
- package/build/meta.mjs.map +0 -1
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WebhookIdentityType = exports.Mode = exports.AggregationType = exports.Interval = exports.NestedAggregationType = exports.ScalarType = exports.MissingValues = exports.SortDirection = exports.SortType = exports.SortOrder = exports.ManagementType = void 0;
|
|
4
|
+
var ManagementType;
|
|
5
|
+
(function (ManagementType) {
|
|
6
|
+
/** The resource is managed by a Wix user. */
|
|
7
|
+
ManagementType["WIX_USER"] = "WIX_USER";
|
|
8
|
+
})(ManagementType || (exports.ManagementType = ManagementType = {}));
|
|
9
|
+
var SortOrder;
|
|
10
|
+
(function (SortOrder) {
|
|
11
|
+
SortOrder["ASC"] = "ASC";
|
|
12
|
+
SortOrder["DESC"] = "DESC";
|
|
13
|
+
})(SortOrder || (exports.SortOrder = SortOrder = {}));
|
|
14
|
+
var SortType;
|
|
15
|
+
(function (SortType) {
|
|
16
|
+
/** Should sort by number of matches */
|
|
17
|
+
SortType["COUNT"] = "COUNT";
|
|
18
|
+
/** Should sort by value of the field alphabetically */
|
|
19
|
+
SortType["VALUE"] = "VALUE";
|
|
20
|
+
})(SortType || (exports.SortType = SortType = {}));
|
|
21
|
+
var SortDirection;
|
|
22
|
+
(function (SortDirection) {
|
|
23
|
+
/** Should sort in descending order */
|
|
24
|
+
SortDirection["DESC"] = "DESC";
|
|
25
|
+
/** Should sort in ascending order */
|
|
26
|
+
SortDirection["ASC"] = "ASC";
|
|
27
|
+
})(SortDirection || (exports.SortDirection = SortDirection = {}));
|
|
28
|
+
var MissingValues;
|
|
29
|
+
(function (MissingValues) {
|
|
30
|
+
/** Should missing values be excluded from the aggregation results */
|
|
31
|
+
MissingValues["EXCLUDE"] = "EXCLUDE";
|
|
32
|
+
/** Should missing values be included in the aggregation results */
|
|
33
|
+
MissingValues["INCLUDE"] = "INCLUDE";
|
|
34
|
+
})(MissingValues || (exports.MissingValues = MissingValues = {}));
|
|
35
|
+
var ScalarType;
|
|
36
|
+
(function (ScalarType) {
|
|
37
|
+
ScalarType["UNKNOWN_SCALAR_TYPE"] = "UNKNOWN_SCALAR_TYPE";
|
|
38
|
+
/** Count of distinct values */
|
|
39
|
+
ScalarType["COUNT_DISTINCT"] = "COUNT_DISTINCT";
|
|
40
|
+
/** Minimum value */
|
|
41
|
+
ScalarType["MIN"] = "MIN";
|
|
42
|
+
/** Maximum value */
|
|
43
|
+
ScalarType["MAX"] = "MAX";
|
|
44
|
+
})(ScalarType || (exports.ScalarType = ScalarType = {}));
|
|
45
|
+
var NestedAggregationType;
|
|
46
|
+
(function (NestedAggregationType) {
|
|
47
|
+
NestedAggregationType["UNKNOWN_AGGREGATION_TYPE"] = "UNKNOWN_AGGREGATION_TYPE";
|
|
48
|
+
/** An aggregation where result buckets are dynamically built - one per unique value */
|
|
49
|
+
NestedAggregationType["VALUE"] = "VALUE";
|
|
50
|
+
/** An aggregation, where user can define set of ranges - each representing a bucket */
|
|
51
|
+
NestedAggregationType["RANGE"] = "RANGE";
|
|
52
|
+
/** A single-value metric aggregation - e.g. min, max, sum, avg */
|
|
53
|
+
NestedAggregationType["SCALAR"] = "SCALAR";
|
|
54
|
+
/** An aggregation, where result buckets are dynamically built - one per time interval (hour, day, week, etc.) */
|
|
55
|
+
NestedAggregationType["DATE_HISTOGRAM"] = "DATE_HISTOGRAM";
|
|
56
|
+
})(NestedAggregationType || (exports.NestedAggregationType = NestedAggregationType = {}));
|
|
57
|
+
var Interval;
|
|
58
|
+
(function (Interval) {
|
|
59
|
+
Interval["UNKNOWN_INTERVAL"] = "UNKNOWN_INTERVAL";
|
|
60
|
+
/** Yearly interval */
|
|
61
|
+
Interval["YEAR"] = "YEAR";
|
|
62
|
+
/** Monthly interval */
|
|
63
|
+
Interval["MONTH"] = "MONTH";
|
|
64
|
+
/** Weekly interval */
|
|
65
|
+
Interval["WEEK"] = "WEEK";
|
|
66
|
+
/** Daily interval */
|
|
67
|
+
Interval["DAY"] = "DAY";
|
|
68
|
+
/** Hourly interval */
|
|
69
|
+
Interval["HOUR"] = "HOUR";
|
|
70
|
+
/** Minute interval */
|
|
71
|
+
Interval["MINUTE"] = "MINUTE";
|
|
72
|
+
/** Second interval */
|
|
73
|
+
Interval["SECOND"] = "SECOND";
|
|
74
|
+
})(Interval || (exports.Interval = Interval = {}));
|
|
75
|
+
var AggregationType;
|
|
76
|
+
(function (AggregationType) {
|
|
77
|
+
AggregationType["UNKNOWN_AGGREGATION_TYPE"] = "UNKNOWN_AGGREGATION_TYPE";
|
|
78
|
+
/** An aggregation where result buckets are dynamically built - one per unique value */
|
|
79
|
+
AggregationType["VALUE"] = "VALUE";
|
|
80
|
+
/** An aggregation, where user can define set of ranges - each representing a bucket */
|
|
81
|
+
AggregationType["RANGE"] = "RANGE";
|
|
82
|
+
/** A single-value metric aggregation - e.g. min, max, sum, avg */
|
|
83
|
+
AggregationType["SCALAR"] = "SCALAR";
|
|
84
|
+
/** An aggregation, where result buckets are dynamically built - one per time interval (hour, day, week, etc.) */
|
|
85
|
+
AggregationType["DATE_HISTOGRAM"] = "DATE_HISTOGRAM";
|
|
86
|
+
/** Multi-level aggregation, where each next aggregation is nested within previous one */
|
|
87
|
+
AggregationType["NESTED"] = "NESTED";
|
|
88
|
+
})(AggregationType || (exports.AggregationType = AggregationType = {}));
|
|
89
|
+
var Mode;
|
|
90
|
+
(function (Mode) {
|
|
91
|
+
/** Any of the search terms must be present */
|
|
92
|
+
Mode["OR"] = "OR";
|
|
93
|
+
/** All search terms must be present */
|
|
94
|
+
Mode["AND"] = "AND";
|
|
95
|
+
})(Mode || (exports.Mode = Mode = {}));
|
|
96
|
+
var WebhookIdentityType;
|
|
97
|
+
(function (WebhookIdentityType) {
|
|
98
|
+
WebhookIdentityType["UNKNOWN"] = "UNKNOWN";
|
|
99
|
+
WebhookIdentityType["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
100
|
+
WebhookIdentityType["MEMBER"] = "MEMBER";
|
|
101
|
+
WebhookIdentityType["WIX_USER"] = "WIX_USER";
|
|
102
|
+
WebhookIdentityType["APP"] = "APP";
|
|
103
|
+
})(WebhookIdentityType || (exports.WebhookIdentityType = WebhookIdentityType = {}));
|
|
104
|
+
//# sourceMappingURL=bookings-resources-v2-resource-resources.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookings-resources-v2-resource-resources.types.js","sourceRoot":"","sources":["../../../src/bookings-resources-v2-resource-resources.types.ts"],"names":[],"mappings":";;;AA0MA,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,6CAA6C;IAC7C,uCAAqB,CAAA;AACvB,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB;AAmSD,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB;AAuDD,IAAY,QAKX;AALD,WAAY,QAAQ;IAClB,uCAAuC;IACvC,2BAAe,CAAA;IACf,uDAAuD;IACvD,2BAAe,CAAA;AACjB,CAAC,EALW,QAAQ,wBAAR,QAAQ,QAKnB;AAED,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,sCAAsC;IACtC,8BAAa,CAAA;IACb,qCAAqC;IACrC,4BAAW,CAAA;AACb,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAED,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,qEAAqE;IACrE,oCAAmB,CAAA;IACnB,mEAAmE;IACnE,oCAAmB,CAAA;AACrB,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAUD,IAAY,UAQX;AARD,WAAY,UAAU;IACpB,yDAA2C,CAAA;IAC3C,+BAA+B;IAC/B,+CAAiC,CAAA;IACjC,oBAAoB;IACpB,yBAAW,CAAA;IACX,oBAAoB;IACpB,yBAAW,CAAA;AACb,CAAC,EARW,UAAU,0BAAV,UAAU,QAQrB;AAqBD,IAAY,qBAUX;AAVD,WAAY,qBAAqB;IAC/B,8EAAqD,CAAA;IACrD,uFAAuF;IACvF,wCAAe,CAAA;IACf,uFAAuF;IACvF,wCAAe,CAAA;IACf,kEAAkE;IAClE,0CAAiB,CAAA;IACjB,iHAAiH;IACjH,0DAAiC,CAAA;AACnC,CAAC,EAVW,qBAAqB,qCAArB,qBAAqB,QAUhC;AAoBD,IAAY,QAgBX;AAhBD,WAAY,QAAQ;IAClB,iDAAqC,CAAA;IACrC,sBAAsB;IACtB,yBAAa,CAAA;IACb,uBAAuB;IACvB,2BAAe,CAAA;IACf,sBAAsB;IACtB,yBAAa,CAAA;IACb,qBAAqB;IACrB,uBAAW,CAAA;IACX,sBAAsB;IACtB,yBAAa,CAAA;IACb,sBAAsB;IACtB,6BAAiB,CAAA;IACjB,sBAAsB;IACtB,6BAAiB,CAAA;AACnB,CAAC,EAhBW,QAAQ,wBAAR,QAAQ,QAgBnB;AAqCD,IAAY,eAYX;AAZD,WAAY,eAAe;IACzB,wEAAqD,CAAA;IACrD,uFAAuF;IACvF,kCAAe,CAAA;IACf,uFAAuF;IACvF,kCAAe,CAAA;IACf,kEAAkE;IAClE,oCAAiB,CAAA;IACjB,iHAAiH;IACjH,oDAAiC,CAAA;IACjC,yFAAyF;IACzF,oCAAiB,CAAA;AACnB,CAAC,EAZW,eAAe,+BAAf,eAAe,QAY1B;AAmDD,IAAY,IAKX;AALD,WAAY,IAAI;IACd,8CAA8C;IAC9C,iBAAS,CAAA;IACT,uCAAuC;IACvC,mBAAW,CAAA;AACb,CAAC,EALW,IAAI,oBAAJ,IAAI,QAKf;AA0dD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}
|