@inverted-tech/fragments 0.11.3 → 0.12.1
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/esm/AuditLog/connect/index.js +1 -1
- package/dist/esm/Authentication/connect/index.js +3 -1
- package/dist/esm/Authorization/Events/connect/index.js +2 -1
- package/dist/esm/Authorization/Payment/Crypto/connect/index.js +2 -1
- package/dist/esm/Authorization/Payment/Fortis/connect/index.js +1 -1
- package/dist/esm/Authorization/Payment/Manual/connect/index.js +2 -1
- package/dist/esm/Authorization/Payment/Paypal/connect/index.js +1 -1
- package/dist/esm/Authorization/Payment/SharedTypes_pb.js +17 -5
- package/dist/esm/Authorization/Payment/Stripe/StripeInterface_pb.js +9 -101
- package/dist/esm/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +0 -2
- package/dist/esm/Authorization/Payment/Stripe/connect/index.js +1 -1
- package/dist/esm/Authorization/Payment/Tax/BackupInterface_pb.js +73 -0
- package/dist/esm/Authorization/Payment/Tax/TaxRecords_pb.js +13 -0
- package/dist/esm/Authorization/Payment/Tax/connect/BackupInterface_connect.js +37 -0
- package/dist/esm/Authorization/Payment/Tax/connect/index.js +2 -0
- package/dist/esm/Authorization/Payment/Tax/index.js +4 -0
- package/dist/esm/Authorization/Payment/connect/index.js +3 -1
- package/dist/esm/Authorization/Payment/index.js +1 -0
- package/dist/esm/Authorization/connect/index.js +1 -1
- package/dist/esm/Careers/connect/index.js +1 -1
- package/dist/esm/Comment/connect/index.js +1 -1
- package/dist/esm/Content/Content_pb.js +36 -31
- package/dist/esm/Content/Music/connect/index.js +1 -1
- package/dist/esm/Content/Stats/connect/index.js +6 -1
- package/dist/esm/Content/connect/Content_connect.js +9 -0
- package/dist/esm/Content/connect/index.js +4 -1
- package/dist/esm/Dashboard/connect/index.js +1 -1
- package/dist/esm/Generic/connect/index.js +1 -1
- package/dist/esm/Merch/AdminMerchInterface_pb.js +44 -0
- package/dist/esm/Merch/GenericMerchRecords_pb.js +30 -0
- package/dist/esm/Merch/MerchInterface_pb.js +40 -0
- package/dist/esm/Merch/MerchSettings_pb.js +25 -0
- package/dist/esm/Merch/SharedMerchTypes_pb.js +73 -0
- package/dist/esm/Merch/Shopify/ShopifySettings_pb.js +29 -0
- package/dist/esm/Merch/Shopify/index.js +2 -0
- package/dist/esm/Merch/connect/AdminMerchInterface_connect.js +40 -0
- package/dist/esm/Merch/connect/MerchInterface_connect.js +31 -0
- package/dist/esm/Merch/connect/index.js +3 -0
- package/dist/esm/Merch/index.js +8 -0
- package/dist/esm/Notification/connect/index.js +2 -1
- package/dist/esm/Page/connect/index.js +1 -1
- package/dist/esm/Settings/SettingsInterface_pb.js +22 -1
- package/dist/esm/Settings/SettingsRecord_pb.js +2 -1
- package/dist/esm/Settings/connect/SettingsInterface_connect.js +18 -0
- package/dist/esm/Settings/connect/index.js +2 -1
- package/dist/esm/google/api/http_pb.js +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/protos/AuditLog/connect/index.d.ts +1 -1
- package/dist/protos/Authentication/connect/index.d.ts +3 -1
- package/dist/protos/Authorization/Events/connect/index.d.ts +2 -1
- package/dist/protos/Authorization/Payment/Crypto/connect/index.d.ts +2 -1
- package/dist/protos/Authorization/Payment/Fortis/connect/index.d.ts +1 -1
- package/dist/protos/Authorization/Payment/Manual/connect/index.d.ts +2 -1
- package/dist/protos/Authorization/Payment/Paypal/connect/index.d.ts +1 -1
- package/dist/protos/Authorization/Payment/SharedTypes_pb.d.ts +16 -4
- package/dist/protos/Authorization/Payment/Stripe/StripeInterface_pb.d.ts +15 -287
- package/dist/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +0 -2
- package/dist/protos/Authorization/Payment/Stripe/connect/index.d.ts +1 -1
- package/dist/protos/Authorization/Payment/Tax/BackupInterface_pb.d.ts +199 -0
- package/dist/protos/Authorization/Payment/Tax/TaxRecords_pb.d.ts +42 -0
- package/dist/protos/Authorization/Payment/Tax/connect/BackupInterface_connect.d.ts +32 -0
- package/dist/protos/Authorization/Payment/Tax/connect/index.d.ts +1 -0
- package/dist/protos/Authorization/Payment/Tax/index.d.ts +3 -0
- package/dist/protos/Authorization/Payment/connect/index.d.ts +3 -1
- package/dist/protos/Authorization/Payment/index.d.ts +1 -0
- package/dist/protos/Authorization/connect/index.d.ts +1 -1
- package/dist/protos/Careers/connect/index.d.ts +1 -1
- package/dist/protos/Comment/connect/index.d.ts +1 -1
- package/dist/protos/Content/Content_pb.d.ts +23 -1
- package/dist/protos/Content/Music/connect/index.d.ts +1 -1
- package/dist/protos/Content/Stats/connect/index.d.ts +6 -1
- package/dist/protos/Content/connect/Content_connect.d.ts +9 -0
- package/dist/protos/Content/connect/index.d.ts +4 -1
- package/dist/protos/Dashboard/connect/index.d.ts +1 -1
- package/dist/protos/Generic/connect/index.d.ts +1 -1
- package/dist/protos/Merch/AdminMerchInterface_pb.d.ts +115 -0
- package/dist/protos/Merch/GenericMerchRecords_pb.d.ts +180 -0
- package/dist/protos/Merch/MerchInterface_pb.d.ts +143 -0
- package/dist/protos/Merch/MerchSettings_pb.d.ts +49 -0
- package/dist/protos/Merch/SharedMerchTypes_pb.d.ts +118 -0
- package/dist/protos/Merch/Shopify/ShopifySettings_pb.d.ts +73 -0
- package/dist/protos/Merch/Shopify/index.d.ts +1 -0
- package/dist/protos/Merch/connect/AdminMerchInterface_connect.d.ts +35 -0
- package/dist/protos/Merch/connect/MerchInterface_connect.d.ts +26 -0
- package/dist/protos/Merch/connect/index.d.ts +2 -0
- package/dist/protos/Merch/index.d.ts +7 -0
- package/dist/protos/Notification/connect/index.d.ts +2 -1
- package/dist/protos/Page/connect/index.d.ts +1 -1
- package/dist/protos/Settings/SettingsInterface_pb.d.ts +73 -0
- package/dist/protos/Settings/SettingsRecord_pb.d.ts +13 -0
- package/dist/protos/Settings/connect/SettingsInterface_connect.d.ts +18 -0
- package/dist/protos/Settings/connect/index.d.ts +2 -1
- package/dist/protos/index.d.ts +1 -0
- package/package.json +43 -200
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inverted-tech/fragments",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"description": "Types and JS runtime for Inverted protocol buffers (Fragments)",
|
|
5
5
|
"types": "dist/protos/index.d.ts",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -25,274 +25,121 @@
|
|
|
25
25
|
"import": "./dist/esm/index.js",
|
|
26
26
|
"default": "./dist/esm/index.js"
|
|
27
27
|
},
|
|
28
|
-
"./protos/": {
|
|
29
|
-
"types": "./dist/protos/",
|
|
30
|
-
"import": "./dist/esm/"
|
|
31
|
-
},
|
|
32
|
-
"./protos/*": {
|
|
33
|
-
"types": "./dist/protos/*.d.ts",
|
|
34
|
-
"import": "./dist/esm/*.js"
|
|
35
|
-
},
|
|
36
28
|
"./AuditLog": {
|
|
37
29
|
"types": "./dist/protos/AuditLog/index.d.ts",
|
|
38
30
|
"import": "./dist/esm/AuditLog/index.js",
|
|
39
31
|
"default": "./dist/esm/AuditLog/index.js"
|
|
40
32
|
},
|
|
41
|
-
"./AuditLog/": {
|
|
42
|
-
"types": "./dist/protos/AuditLog/",
|
|
43
|
-
"import": "./dist/esm/AuditLog/"
|
|
44
|
-
},
|
|
45
|
-
"./AuditLog/*": {
|
|
46
|
-
"types": "./dist/protos/AuditLog/*.d.ts",
|
|
47
|
-
"import": "./dist/esm/AuditLog/*.js"
|
|
48
|
-
},
|
|
49
33
|
"./Authorization": {
|
|
50
34
|
"types": "./dist/protos/Authorization/index.d.ts",
|
|
51
35
|
"import": "./dist/esm/Authorization/index.js",
|
|
52
36
|
"default": "./dist/esm/Authorization/index.js"
|
|
53
37
|
},
|
|
54
|
-
"./Authorization/": {
|
|
55
|
-
"types": "./dist/protos/Authorization/",
|
|
56
|
-
"import": "./dist/esm/Authorization/"
|
|
57
|
-
},
|
|
58
|
-
"./Authorization/*": {
|
|
59
|
-
"types": "./dist/protos/Authorization/*.d.ts",
|
|
60
|
-
"import": "./dist/esm/Authorization/*.js"
|
|
61
|
-
},
|
|
62
38
|
"./Authorization/Events": {
|
|
63
39
|
"types": "./dist/protos/Authorization/Events/index.d.ts",
|
|
64
40
|
"import": "./dist/esm/Authorization/Events/index.js",
|
|
65
41
|
"default": "./dist/esm/Authorization/Events/index.js"
|
|
66
42
|
},
|
|
67
|
-
"./Authorization/
|
|
68
|
-
"types": "./dist/protos/Authorization/
|
|
69
|
-
"import": "./dist/esm/Authorization/
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
},
|
|
97
|
-
"./Authorization/
|
|
98
|
-
"types": "./dist/protos/Authorization/
|
|
99
|
-
"import": "./dist/esm/Authorization/
|
|
100
|
-
|
|
101
|
-
"./Authorization/Payments/Fortis": {
|
|
102
|
-
"types": "./dist/protos/Authorization/Payments/Fortis/index.d.ts",
|
|
103
|
-
"import": "./dist/esm/Authorization/Payments/Fortis/index.js",
|
|
104
|
-
"default": "./dist/esm/Authorization/Payments/Fortis/index.js"
|
|
105
|
-
},
|
|
106
|
-
"./Authorization/Payments/Fortis/": {
|
|
107
|
-
"types": "./dist/protos/Authorization/Payments/Fortis/",
|
|
108
|
-
"import": "./dist/esm/Authorization/Payments/Fortis/"
|
|
109
|
-
},
|
|
110
|
-
"./Authorization/Payments/Fortis/*": {
|
|
111
|
-
"types": "./dist/protos/Authorization/Payments/Fortis/*.d.ts",
|
|
112
|
-
"import": "./dist/esm/Authorization/Payments/Fortis/*.js"
|
|
113
|
-
},
|
|
114
|
-
"./Authorization/Payments/Manual": {
|
|
115
|
-
"types": "./dist/protos/Authorization/Payments/Manual/index.d.ts",
|
|
116
|
-
"import": "./dist/esm/Authorization/Payments/Manual/index.js",
|
|
117
|
-
"default": "./dist/esm/Authorization/Payments/Manual/index.js"
|
|
118
|
-
},
|
|
119
|
-
"./Authorization/Payments/Manual/": {
|
|
120
|
-
"types": "./dist/protos/Authorization/Payments/Manual/",
|
|
121
|
-
"import": "./dist/esm/Authorization/Payments/Manual/"
|
|
122
|
-
},
|
|
123
|
-
"./Authorization/Payments/Manual/*": {
|
|
124
|
-
"types": "./dist/protos/Authorization/Payments/Manual/*.d.ts",
|
|
125
|
-
"import": "./dist/esm/Authorization/Payments/Manual/*.js"
|
|
126
|
-
},
|
|
127
|
-
"./Authorization/Payments/Paypal": {
|
|
128
|
-
"types": "./dist/protos/Authorization/Payments/Paypal/index.d.ts",
|
|
129
|
-
"import": "./dist/esm/Authorization/Payments/Paypal/index.js",
|
|
130
|
-
"default": "./dist/esm/Authorization/Payments/Paypal/index.js"
|
|
131
|
-
},
|
|
132
|
-
"./Authorization/Payments/Paypal/": {
|
|
133
|
-
"types": "./dist/protos/Authorization/Payments/Paypal/",
|
|
134
|
-
"import": "./dist/esm/Authorization/Payments/Paypal/"
|
|
135
|
-
},
|
|
136
|
-
"./Authorization/Payments/Paypal/*": {
|
|
137
|
-
"types": "./dist/protos/Authorization/Payments/Paypal/*.d.ts",
|
|
138
|
-
"import": "./dist/esm/Authorization/Payments/Paypal/*.js"
|
|
139
|
-
},
|
|
140
|
-
"./Authorization/Payments/Stripe": {
|
|
141
|
-
"types": "./dist/protos/Authorization/Payments/Stripe/index.d.ts",
|
|
142
|
-
"import": "./dist/esm/Authorization/Payments/Stripe/index.js",
|
|
143
|
-
"default": "./dist/esm/Authorization/Payments/Stripe/index.js"
|
|
144
|
-
},
|
|
145
|
-
"./Authorization/Payments/Stripe/": {
|
|
146
|
-
"types": "./dist/protos/Authorization/Payments/Stripe/",
|
|
147
|
-
"import": "./dist/esm/Authorization/Payments/Stripe/"
|
|
148
|
-
},
|
|
149
|
-
"./Authorization/Payments/Stripe/*": {
|
|
150
|
-
"types": "./dist/protos/Authorization/Payments/Stripe/*.d.ts",
|
|
151
|
-
"import": "./dist/esm/Authorization/Payments/Stripe/*.js"
|
|
43
|
+
"./Authorization/Payment": {
|
|
44
|
+
"types": "./dist/protos/Authorization/Payment/index.d.ts",
|
|
45
|
+
"import": "./dist/esm/Authorization/Payment/index.js",
|
|
46
|
+
"default": "./dist/esm/Authorization/Payment/index.js"
|
|
47
|
+
},
|
|
48
|
+
"./Authorization/Payment/Crypto": {
|
|
49
|
+
"types": "./dist/protos/Authorization/Payment/Crypto/index.d.ts",
|
|
50
|
+
"import": "./dist/esm/Authorization/Payment/Crypto/index.js",
|
|
51
|
+
"default": "./dist/esm/Authorization/Payment/Crypto/index.js"
|
|
52
|
+
},
|
|
53
|
+
"./Authorization/Payment/Fortis": {
|
|
54
|
+
"types": "./dist/protos/Authorization/Payment/Fortis/index.d.ts",
|
|
55
|
+
"import": "./dist/esm/Authorization/Payment/Fortis/index.js",
|
|
56
|
+
"default": "./dist/esm/Authorization/Payment/Fortis/index.js"
|
|
57
|
+
},
|
|
58
|
+
"./Authorization/Payment/Manual": {
|
|
59
|
+
"types": "./dist/protos/Authorization/Payment/Manual/index.d.ts",
|
|
60
|
+
"import": "./dist/esm/Authorization/Payment/Manual/index.js",
|
|
61
|
+
"default": "./dist/esm/Authorization/Payment/Manual/index.js"
|
|
62
|
+
},
|
|
63
|
+
"./Authorization/Payment/Paypal": {
|
|
64
|
+
"types": "./dist/protos/Authorization/Payment/Paypal/index.d.ts",
|
|
65
|
+
"import": "./dist/esm/Authorization/Payment/Paypal/index.js",
|
|
66
|
+
"default": "./dist/esm/Authorization/Payment/Paypal/index.js"
|
|
67
|
+
},
|
|
68
|
+
"./Authorization/Payment/Stripe": {
|
|
69
|
+
"types": "./dist/protos/Authorization/Payment/Stripe/index.d.ts",
|
|
70
|
+
"import": "./dist/esm/Authorization/Payment/Stripe/index.js",
|
|
71
|
+
"default": "./dist/esm/Authorization/Payment/Stripe/index.js"
|
|
72
|
+
},
|
|
73
|
+
"./Authorization/Payment/Tax": {
|
|
74
|
+
"types": "./dist/protos/Authorization/Payment/Tax/index.d.ts",
|
|
75
|
+
"import": "./dist/esm/Authorization/Payment/Tax/index.js",
|
|
76
|
+
"default": "./dist/esm/Authorization/Payment/Tax/index.js"
|
|
152
77
|
},
|
|
153
78
|
"./Authentication": {
|
|
154
79
|
"types": "./dist/protos/Authentication/index.d.ts",
|
|
155
80
|
"import": "./dist/esm/Authentication/index.js",
|
|
156
81
|
"default": "./dist/esm/Authentication/index.js"
|
|
157
82
|
},
|
|
158
|
-
"./Authentication/": {
|
|
159
|
-
"types": "./dist/protos/Authentication/",
|
|
160
|
-
"import": "./dist/esm/Authentication/"
|
|
161
|
-
},
|
|
162
|
-
"./Authentication/*": {
|
|
163
|
-
"types": "./dist/protos/Authentication/*.d.ts",
|
|
164
|
-
"import": "./dist/esm/Authentication/*.js"
|
|
165
|
-
},
|
|
166
83
|
"./Careers": {
|
|
167
84
|
"types": "./dist/protos/Careers/index.d.ts",
|
|
168
85
|
"import": "./dist/esm/Careers/index.js",
|
|
169
86
|
"default": "./dist/esm/Careers/index.js"
|
|
170
87
|
},
|
|
171
|
-
"./Careers/": {
|
|
172
|
-
"types": "./dist/protos/Careers/",
|
|
173
|
-
"import": "./dist/esm/Careers/"
|
|
174
|
-
},
|
|
175
|
-
"./Careers/*": {
|
|
176
|
-
"types": "./dist/protos/Careers/*.d.ts",
|
|
177
|
-
"import": "./dist/esm/Careers/*.js"
|
|
178
|
-
},
|
|
179
88
|
"./Comment": {
|
|
180
89
|
"types": "./dist/protos/Comment/index.d.ts",
|
|
181
90
|
"import": "./dist/esm/Comment/index.js",
|
|
182
91
|
"default": "./dist/esm/Comment/index.js"
|
|
183
92
|
},
|
|
184
|
-
"./Comment/": {
|
|
185
|
-
"types": "./dist/protos/Comment/",
|
|
186
|
-
"import": "./dist/esm/Comment/"
|
|
187
|
-
},
|
|
188
|
-
"./Comment/*": {
|
|
189
|
-
"types": "./dist/protos/Comment/*.d.ts",
|
|
190
|
-
"import": "./dist/esm/Comment/*.js"
|
|
191
|
-
},
|
|
192
93
|
"./Content": {
|
|
193
94
|
"types": "./dist/protos/Content/index.d.ts",
|
|
194
95
|
"import": "./dist/esm/Content/index.js",
|
|
195
96
|
"default": "./dist/esm/Content/index.js"
|
|
196
97
|
},
|
|
197
|
-
"./Content/": {
|
|
198
|
-
"types": "./dist/protos/Content/",
|
|
199
|
-
"import": "./dist/esm/Content/"
|
|
200
|
-
},
|
|
201
|
-
"./Content/*": {
|
|
202
|
-
"types": "./dist/protos/Content/*.d.ts",
|
|
203
|
-
"import": "./dist/esm/Content/*.js"
|
|
204
|
-
},
|
|
205
98
|
"./Content/Music": {
|
|
206
99
|
"types": "./dist/protos/Content/Music/index.d.ts",
|
|
207
100
|
"import": "./dist/esm/Content/Music/index.js",
|
|
208
101
|
"default": "./dist/esm/Content/Music/index.js"
|
|
209
102
|
},
|
|
210
|
-
"./Content/Music/": {
|
|
211
|
-
"types": "./dist/protos/Content/Music/",
|
|
212
|
-
"import": "./dist/esm/Content/Music/"
|
|
213
|
-
},
|
|
214
|
-
"./Content/Music/*": {
|
|
215
|
-
"types": "./dist/protos/Content/Music/*.d.ts",
|
|
216
|
-
"import": "./dist/esm/Content/Music/*.js"
|
|
217
|
-
},
|
|
218
103
|
"./Content/Stats": {
|
|
219
104
|
"types": "./dist/protos/Content/Stats/index.d.ts",
|
|
220
105
|
"import": "./dist/esm/Content/Stats/index.js",
|
|
221
106
|
"default": "./dist/esm/Content/Stats/index.js"
|
|
222
107
|
},
|
|
223
|
-
"./Content/Stats/": {
|
|
224
|
-
"types": "./dist/protos/Content/Stats/",
|
|
225
|
-
"import": "./dist/esm/Content/Stats/"
|
|
226
|
-
},
|
|
227
|
-
"./Content/Stats/*": {
|
|
228
|
-
"types": "./dist/protos/Content/Stats/*.d.ts",
|
|
229
|
-
"import": "./dist/esm/Content/Stats/*.js"
|
|
230
|
-
},
|
|
231
108
|
"./Dashboard": {
|
|
232
109
|
"types": "./dist/protos/Dashboard/index.d.ts",
|
|
233
110
|
"import": "./dist/esm/Dashboard/index.js",
|
|
234
111
|
"default": "./dist/esm/Dashboard/index.js"
|
|
235
112
|
},
|
|
236
|
-
"./Dashboard/": {
|
|
237
|
-
"types": "./dist/protos/Dashboard/",
|
|
238
|
-
"import": "./dist/esm/Dashboard/"
|
|
239
|
-
},
|
|
240
|
-
"./Dashboard/*": {
|
|
241
|
-
"types": "./dist/protos/Dashboard/*.d.ts",
|
|
242
|
-
"import": "./dist/esm/Dashboard/*.js"
|
|
243
|
-
},
|
|
244
113
|
"./Generic": {
|
|
245
114
|
"types": "./dist/protos/Generic/index.d.ts",
|
|
246
115
|
"import": "./dist/esm/Generic/index.js",
|
|
247
116
|
"default": "./dist/esm/Generic/index.js"
|
|
248
117
|
},
|
|
249
|
-
"./
|
|
250
|
-
"types": "./dist/protos/
|
|
251
|
-
"import": "./dist/esm/
|
|
118
|
+
"./Merch": {
|
|
119
|
+
"types": "./dist/protos/Merch/index.d.ts",
|
|
120
|
+
"import": "./dist/esm/Merch/index.js",
|
|
121
|
+
"default": "./dist/esm/Merch/index.js"
|
|
252
122
|
},
|
|
253
|
-
"./
|
|
254
|
-
"types": "./dist/protos/
|
|
255
|
-
"import": "./dist/esm/
|
|
123
|
+
"./Merch/Shopify": {
|
|
124
|
+
"types": "./dist/protos/Merch/Shopify/index.d.ts",
|
|
125
|
+
"import": "./dist/esm/Merch/Shopify/index.js",
|
|
126
|
+
"default": "./dist/esm/Merch/Shopify/index.js"
|
|
256
127
|
},
|
|
257
128
|
"./Notification": {
|
|
258
129
|
"types": "./dist/protos/Notification/index.d.ts",
|
|
259
130
|
"import": "./dist/esm/Notification/index.js",
|
|
260
131
|
"default": "./dist/esm/Notification/index.js"
|
|
261
132
|
},
|
|
262
|
-
"./Notification/": {
|
|
263
|
-
"types": "./dist/protos/Notification/",
|
|
264
|
-
"import": "./dist/esm/Notification/"
|
|
265
|
-
},
|
|
266
|
-
"./Notification/*": {
|
|
267
|
-
"types": "./dist/protos/Notification/*.d.ts",
|
|
268
|
-
"import": "./dist/esm/Notification/*.js"
|
|
269
|
-
},
|
|
270
133
|
"./Page": {
|
|
271
134
|
"types": "./dist/protos/Page/index.d.ts",
|
|
272
135
|
"import": "./dist/esm/Page/index.js",
|
|
273
136
|
"default": "./dist/esm/Page/index.js"
|
|
274
137
|
},
|
|
275
|
-
"./Page/": {
|
|
276
|
-
"types": "./dist/protos/Page/",
|
|
277
|
-
"import": "./dist/esm/Page/"
|
|
278
|
-
},
|
|
279
|
-
"./Page/*": {
|
|
280
|
-
"types": "./dist/protos/Page/*.d.ts",
|
|
281
|
-
"import": "./dist/esm/Page/*.js"
|
|
282
|
-
},
|
|
283
138
|
"./Settings": {
|
|
284
139
|
"types": "./dist/protos/Settings/index.d.ts",
|
|
285
140
|
"import": "./dist/esm/Settings/index.js",
|
|
286
141
|
"default": "./dist/esm/Settings/index.js"
|
|
287
142
|
},
|
|
288
|
-
"./Settings/": {
|
|
289
|
-
"types": "./dist/protos/Settings/",
|
|
290
|
-
"import": "./dist/esm/Settings/"
|
|
291
|
-
},
|
|
292
|
-
"./Settings/*": {
|
|
293
|
-
"types": "./dist/protos/Settings/*.d.ts",
|
|
294
|
-
"import": "./dist/esm/Settings/*.js"
|
|
295
|
-
},
|
|
296
143
|
"./validation": {
|
|
297
144
|
"types": "./dist/protos/validation.d.ts",
|
|
298
145
|
"import": "./dist/esm/validation.js"
|
|
@@ -301,10 +148,6 @@
|
|
|
301
148
|
"types": "./dist/protos/api.d.ts",
|
|
302
149
|
"import": "./dist/esm/api.js"
|
|
303
150
|
},
|
|
304
|
-
"./*": {
|
|
305
|
-
"types": "./dist/*",
|
|
306
|
-
"import": "./dist/esm/*"
|
|
307
|
-
},
|
|
308
151
|
"./errors": {
|
|
309
152
|
"types": "./dist/protos/Errors_pb.d.ts",
|
|
310
153
|
"import": "./dist/esm/Errors_pb.js"
|