@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.
Files changed (126) hide show
  1. package/build/cjs/index.d.ts +1 -0
  2. package/build/cjs/index.js +18 -0
  3. package/build/cjs/index.js.map +1 -0
  4. package/build/cjs/index.typings.d.ts +1 -0
  5. package/build/cjs/index.typings.js +18 -0
  6. package/build/cjs/index.typings.js.map +1 -0
  7. package/build/cjs/meta.d.ts +1 -0
  8. package/build/cjs/meta.js +18 -0
  9. package/build/cjs/meta.js.map +1 -0
  10. package/build/cjs/src/bookings-resources-v2-resource-resources.context.d.ts +29 -0
  11. package/build/cjs/src/bookings-resources-v2-resource-resources.context.js +43 -0
  12. package/build/cjs/src/bookings-resources-v2-resource-resources.context.js.map +1 -0
  13. package/build/cjs/src/bookings-resources-v2-resource-resources.http.d.ts +96 -0
  14. package/build/cjs/src/bookings-resources-v2-resource-resources.http.js +446 -0
  15. package/build/cjs/src/bookings-resources-v2-resource-resources.http.js.map +1 -0
  16. package/build/cjs/src/bookings-resources-v2-resource-resources.meta.d.ts +27 -0
  17. package/build/cjs/src/bookings-resources-v2-resource-resources.meta.js +199 -0
  18. package/build/cjs/src/bookings-resources-v2-resource-resources.meta.js.map +1 -0
  19. package/build/{internal/index.d.ts → cjs/src/bookings-resources-v2-resource-resources.public.d.ts} +18 -38
  20. package/build/cjs/src/bookings-resources-v2-resource-resources.public.js +106 -0
  21. package/build/cjs/src/bookings-resources-v2-resource-resources.public.js.map +1 -0
  22. package/build/{internal/meta.d.mts → cjs/src/bookings-resources-v2-resource-resources.types.d.ts} +351 -114
  23. package/build/cjs/src/bookings-resources-v2-resource-resources.types.js +104 -0
  24. package/build/cjs/src/bookings-resources-v2-resource-resources.types.js.map +1 -0
  25. package/build/{bookings-resources-v2-resource-resources.universal-hYjNdpWu.d.mts → cjs/src/bookings-resources-v2-resource-resources.universal.d.ts} +387 -127
  26. package/build/cjs/src/bookings-resources-v2-resource-resources.universal.js +587 -0
  27. package/build/cjs/src/bookings-resources-v2-resource-resources.universal.js.map +1 -0
  28. package/build/es/index.d.ts +1 -0
  29. package/build/es/index.js +2 -0
  30. package/build/es/index.js.map +1 -0
  31. package/build/es/index.typings.d.ts +1 -0
  32. package/build/es/index.typings.js +2 -0
  33. package/build/es/index.typings.js.map +1 -0
  34. package/build/es/meta.d.ts +1 -0
  35. package/build/es/meta.js +2 -0
  36. package/build/es/meta.js.map +1 -0
  37. package/build/es/package.json +3 -0
  38. package/build/es/src/bookings-resources-v2-resource-resources.context.d.ts +29 -0
  39. package/build/es/src/bookings-resources-v2-resource-resources.context.js +29 -0
  40. package/build/es/src/bookings-resources-v2-resource-resources.context.js.map +1 -0
  41. package/build/es/src/bookings-resources-v2-resource-resources.http.d.ts +96 -0
  42. package/build/es/src/bookings-resources-v2-resource-resources.http.js +434 -0
  43. package/build/es/src/bookings-resources-v2-resource-resources.http.js.map +1 -0
  44. package/build/es/src/bookings-resources-v2-resource-resources.meta.d.ts +27 -0
  45. package/build/es/src/bookings-resources-v2-resource-resources.meta.js +164 -0
  46. package/build/es/src/bookings-resources-v2-resource-resources.meta.js.map +1 -0
  47. package/build/{index.d.ts → es/src/bookings-resources-v2-resource-resources.public.d.ts} +18 -38
  48. package/build/es/src/bookings-resources-v2-resource-resources.public.js +83 -0
  49. package/build/es/src/bookings-resources-v2-resource-resources.public.js.map +1 -0
  50. package/build/{internal/meta.d.ts → es/src/bookings-resources-v2-resource-resources.types.d.ts} +351 -114
  51. package/build/es/src/bookings-resources-v2-resource-resources.types.js +101 -0
  52. package/build/es/src/bookings-resources-v2-resource-resources.types.js.map +1 -0
  53. package/build/{bookings-resources-v2-resource-resources.universal-hYjNdpWu.d.ts → es/src/bookings-resources-v2-resource-resources.universal.d.ts} +387 -127
  54. package/build/es/src/bookings-resources-v2-resource-resources.universal.js +552 -0
  55. package/build/es/src/bookings-resources-v2-resource-resources.universal.js.map +1 -0
  56. package/build/internal/cjs/index.d.ts +1 -0
  57. package/build/internal/cjs/index.js +18 -0
  58. package/build/internal/cjs/index.js.map +1 -0
  59. package/build/internal/cjs/index.typings.d.ts +1 -0
  60. package/build/internal/cjs/index.typings.js +18 -0
  61. package/build/internal/cjs/index.typings.js.map +1 -0
  62. package/build/internal/cjs/meta.d.ts +1 -0
  63. package/build/internal/cjs/meta.js +18 -0
  64. package/build/internal/cjs/meta.js.map +1 -0
  65. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.context.d.ts +29 -0
  66. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.context.js +43 -0
  67. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.context.js.map +1 -0
  68. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.http.d.ts +96 -0
  69. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.http.js +446 -0
  70. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.http.js.map +1 -0
  71. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.meta.d.ts +27 -0
  72. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.meta.js +199 -0
  73. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.meta.js.map +1 -0
  74. package/build/internal/{index.d.mts → cjs/src/bookings-resources-v2-resource-resources.public.d.ts} +18 -38
  75. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.public.js +106 -0
  76. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.public.js.map +1 -0
  77. package/build/{meta.d.mts → internal/cjs/src/bookings-resources-v2-resource-resources.types.d.ts} +351 -114
  78. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.types.js +104 -0
  79. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.types.js.map +1 -0
  80. package/build/internal/{bookings-resources-v2-resource-resources.universal-hYjNdpWu.d.mts → cjs/src/bookings-resources-v2-resource-resources.universal.d.ts} +387 -127
  81. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.universal.js +587 -0
  82. package/build/internal/cjs/src/bookings-resources-v2-resource-resources.universal.js.map +1 -0
  83. package/build/internal/es/index.d.ts +1 -0
  84. package/build/internal/es/index.js +2 -0
  85. package/build/internal/es/index.js.map +1 -0
  86. package/build/internal/es/index.typings.d.ts +1 -0
  87. package/build/internal/es/index.typings.js +2 -0
  88. package/build/internal/es/index.typings.js.map +1 -0
  89. package/build/internal/es/meta.d.ts +1 -0
  90. package/build/internal/es/meta.js +2 -0
  91. package/build/internal/es/meta.js.map +1 -0
  92. package/build/internal/es/src/bookings-resources-v2-resource-resources.context.d.ts +29 -0
  93. package/build/internal/es/src/bookings-resources-v2-resource-resources.context.js +29 -0
  94. package/build/internal/es/src/bookings-resources-v2-resource-resources.context.js.map +1 -0
  95. package/build/internal/es/src/bookings-resources-v2-resource-resources.http.d.ts +96 -0
  96. package/build/internal/es/src/bookings-resources-v2-resource-resources.http.js +434 -0
  97. package/build/internal/es/src/bookings-resources-v2-resource-resources.http.js.map +1 -0
  98. package/build/internal/es/src/bookings-resources-v2-resource-resources.meta.d.ts +27 -0
  99. package/build/internal/es/src/bookings-resources-v2-resource-resources.meta.js +164 -0
  100. package/build/internal/es/src/bookings-resources-v2-resource-resources.meta.js.map +1 -0
  101. package/build/{index.d.mts → internal/es/src/bookings-resources-v2-resource-resources.public.d.ts} +18 -38
  102. package/build/internal/es/src/bookings-resources-v2-resource-resources.public.js +83 -0
  103. package/build/internal/es/src/bookings-resources-v2-resource-resources.public.js.map +1 -0
  104. package/build/{meta.d.ts → internal/es/src/bookings-resources-v2-resource-resources.types.d.ts} +351 -114
  105. package/build/internal/es/src/bookings-resources-v2-resource-resources.types.js +101 -0
  106. package/build/internal/es/src/bookings-resources-v2-resource-resources.types.js.map +1 -0
  107. package/build/internal/{bookings-resources-v2-resource-resources.universal-hYjNdpWu.d.ts → es/src/bookings-resources-v2-resource-resources.universal.d.ts} +387 -127
  108. package/build/internal/es/src/bookings-resources-v2-resource-resources.universal.js +552 -0
  109. package/build/internal/es/src/bookings-resources-v2-resource-resources.universal.js.map +1 -0
  110. package/package.json +11 -12
  111. package/build/index.js +0 -882
  112. package/build/index.js.map +0 -1
  113. package/build/index.mjs +0 -836
  114. package/build/index.mjs.map +0 -1
  115. package/build/internal/index.js +0 -882
  116. package/build/internal/index.js.map +0 -1
  117. package/build/internal/index.mjs +0 -836
  118. package/build/internal/index.mjs.map +0 -1
  119. package/build/internal/meta.js +0 -559
  120. package/build/internal/meta.js.map +0 -1
  121. package/build/internal/meta.mjs +0 -524
  122. package/build/internal/meta.mjs.map +0 -1
  123. package/build/meta.js +0 -559
  124. package/build/meta.js.map +0 -1
  125. package/build/meta.mjs +0 -524
  126. 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"}