@delopay/sdk 0.108.0 → 0.111.0
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/dist/{chunk-C2O3D7ZM.js → chunk-TS422PA3.js} +235 -33
- package/dist/chunk-TS422PA3.js.map +1 -0
- package/dist/index.cjs +249 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +647 -104
- package/dist/index.d.ts +647 -104
- package/dist/index.js +37 -1
- package/dist/internal.cjs +249 -29
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +81 -2
- package/dist/internal.d.ts +81 -2
- package/dist/internal.js +37 -1
- package/dist/internal.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-C2O3D7ZM.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
ALL_CUSTOM_FIELD_TYPES,
|
|
5
5
|
Analytics,
|
|
6
6
|
AnalyticsDashboard,
|
|
7
|
+
Audit,
|
|
7
8
|
AvailabilityOverrides,
|
|
8
9
|
BRANDING_EXPORT_FORMAT,
|
|
9
10
|
BRANDING_EXPORT_VERSION,
|
|
@@ -34,8 +35,13 @@ import {
|
|
|
34
35
|
NATIVE_PANE_CATEGORY_KEYS,
|
|
35
36
|
NATIVE_PANE_ICON_KEYS,
|
|
36
37
|
OperationLimits,
|
|
38
|
+
PANES_MAX,
|
|
39
|
+
PANE_CATEGORY_KEYS,
|
|
40
|
+
PANE_ICON_KEYS,
|
|
37
41
|
Regions,
|
|
38
42
|
Risk,
|
|
43
|
+
STRIPE_FALLBACK_PANE_CATALOG,
|
|
44
|
+
STRIPE_FALLBACK_PANE_METHODS,
|
|
39
45
|
STRIPE_NATIVE_PANE_METHODS,
|
|
40
46
|
Search,
|
|
41
47
|
Settlement,
|
|
@@ -49,6 +55,7 @@ import {
|
|
|
49
55
|
cloneBranding,
|
|
50
56
|
cloneCustomField,
|
|
51
57
|
cloneNativePane,
|
|
58
|
+
clonePane,
|
|
52
59
|
customFieldContextFromMetadata,
|
|
53
60
|
customFieldIsTextLike,
|
|
54
61
|
customFieldOperatorTakesValue,
|
|
@@ -58,14 +65,18 @@ import {
|
|
|
58
65
|
decodeBranding,
|
|
59
66
|
decodeCustomFields,
|
|
60
67
|
decodeNativePanes,
|
|
68
|
+
decodePanes,
|
|
61
69
|
defaultBranding,
|
|
62
70
|
defaultCustomFieldVisibility,
|
|
63
71
|
defaultNativePane,
|
|
64
72
|
defaultOperatorForSource,
|
|
73
|
+
defaultPane,
|
|
74
|
+
emptyPaneCatalog,
|
|
65
75
|
encodeBadges,
|
|
66
76
|
encodeBranding,
|
|
67
77
|
encodeCustomFields,
|
|
68
78
|
encodeNativePanes,
|
|
79
|
+
encodePanes,
|
|
69
80
|
evaluateCustomFieldCondition,
|
|
70
81
|
evaluateCustomFieldVisibility,
|
|
71
82
|
feeProgram,
|
|
@@ -79,6 +90,12 @@ import {
|
|
|
79
90
|
leaf,
|
|
80
91
|
logoDimensions,
|
|
81
92
|
nativePaneMethodInfo,
|
|
93
|
+
offerablePaneMethods,
|
|
94
|
+
paneCatalogFor,
|
|
95
|
+
paneDisplayDefaults,
|
|
96
|
+
paneMethodInfo,
|
|
97
|
+
paneRailAllowed,
|
|
98
|
+
paneViewVisibility,
|
|
82
99
|
parseCustomFieldsLoose,
|
|
83
100
|
parseImportedBranding,
|
|
84
101
|
programToTree,
|
|
@@ -87,15 +104,17 @@ import {
|
|
|
87
104
|
sanitizeCustomCss,
|
|
88
105
|
shadowFor,
|
|
89
106
|
surfacePadValue,
|
|
107
|
+
validatePanes,
|
|
90
108
|
verticalGapValue,
|
|
91
109
|
visibleCustomFields
|
|
92
|
-
} from "./chunk-
|
|
110
|
+
} from "./chunk-TS422PA3.js";
|
|
93
111
|
export {
|
|
94
112
|
ALL_CUSTOM_FIELD_CONDITION_SOURCES,
|
|
95
113
|
ALL_CUSTOM_FIELD_OPERATORS,
|
|
96
114
|
ALL_CUSTOM_FIELD_TYPES,
|
|
97
115
|
Analytics,
|
|
98
116
|
AnalyticsDashboard,
|
|
117
|
+
Audit,
|
|
99
118
|
AvailabilityOverrides,
|
|
100
119
|
BRANDING_EXPORT_FORMAT,
|
|
101
120
|
BRANDING_EXPORT_VERSION,
|
|
@@ -126,8 +145,13 @@ export {
|
|
|
126
145
|
NATIVE_PANE_CATEGORY_KEYS,
|
|
127
146
|
NATIVE_PANE_ICON_KEYS,
|
|
128
147
|
OperationLimits,
|
|
148
|
+
PANES_MAX,
|
|
149
|
+
PANE_CATEGORY_KEYS,
|
|
150
|
+
PANE_ICON_KEYS,
|
|
129
151
|
Regions,
|
|
130
152
|
Risk,
|
|
153
|
+
STRIPE_FALLBACK_PANE_CATALOG,
|
|
154
|
+
STRIPE_FALLBACK_PANE_METHODS,
|
|
131
155
|
STRIPE_NATIVE_PANE_METHODS,
|
|
132
156
|
Search,
|
|
133
157
|
Settlement,
|
|
@@ -141,6 +165,7 @@ export {
|
|
|
141
165
|
cloneBranding,
|
|
142
166
|
cloneCustomField,
|
|
143
167
|
cloneNativePane,
|
|
168
|
+
clonePane,
|
|
144
169
|
customFieldContextFromMetadata,
|
|
145
170
|
customFieldIsTextLike,
|
|
146
171
|
customFieldOperatorTakesValue,
|
|
@@ -150,14 +175,18 @@ export {
|
|
|
150
175
|
decodeBranding,
|
|
151
176
|
decodeCustomFields,
|
|
152
177
|
decodeNativePanes,
|
|
178
|
+
decodePanes,
|
|
153
179
|
defaultBranding,
|
|
154
180
|
defaultCustomFieldVisibility,
|
|
155
181
|
defaultNativePane,
|
|
156
182
|
defaultOperatorForSource,
|
|
183
|
+
defaultPane,
|
|
184
|
+
emptyPaneCatalog,
|
|
157
185
|
encodeBadges,
|
|
158
186
|
encodeBranding,
|
|
159
187
|
encodeCustomFields,
|
|
160
188
|
encodeNativePanes,
|
|
189
|
+
encodePanes,
|
|
161
190
|
evaluateCustomFieldCondition,
|
|
162
191
|
evaluateCustomFieldVisibility,
|
|
163
192
|
feeProgram,
|
|
@@ -171,6 +200,12 @@ export {
|
|
|
171
200
|
leaf,
|
|
172
201
|
logoDimensions,
|
|
173
202
|
nativePaneMethodInfo,
|
|
203
|
+
offerablePaneMethods,
|
|
204
|
+
paneCatalogFor,
|
|
205
|
+
paneDisplayDefaults,
|
|
206
|
+
paneMethodInfo,
|
|
207
|
+
paneRailAllowed,
|
|
208
|
+
paneViewVisibility,
|
|
174
209
|
parseCustomFieldsLoose,
|
|
175
210
|
parseImportedBranding,
|
|
176
211
|
programToTree,
|
|
@@ -179,6 +214,7 @@ export {
|
|
|
179
214
|
sanitizeCustomCss,
|
|
180
215
|
shadowFor,
|
|
181
216
|
surfacePadValue,
|
|
217
|
+
validatePanes,
|
|
182
218
|
verticalGapValue,
|
|
183
219
|
visibleCustomFields
|
|
184
220
|
};
|