@usehercules/sdk 1.5.0 → 1.6.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/CHANGELOG.md +30 -0
- package/README.md +11 -3
- package/client.d.mts +3 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts +3 -0
- package/client.d.ts.map +1 -1
- package/client.js +3 -0
- package/client.js.map +1 -1
- package/client.mjs +3 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/beta/beta.d.mts +0 -4
- package/resources/beta/beta.d.mts.map +1 -1
- package/resources/beta/beta.d.ts +0 -4
- package/resources/beta/beta.d.ts.map +1 -1
- package/resources/beta/beta.js +0 -4
- package/resources/beta/beta.js.map +1 -1
- package/resources/beta/beta.mjs +0 -4
- package/resources/beta/beta.mjs.map +1 -1
- package/resources/beta/index.d.mts +0 -1
- package/resources/beta/index.d.mts.map +1 -1
- package/resources/beta/index.d.ts +0 -1
- package/resources/beta/index.d.ts.map +1 -1
- package/resources/beta/index.js +1 -3
- package/resources/beta/index.js.map +1 -1
- package/resources/beta/index.mjs +0 -1
- package/resources/beta/index.mjs.map +1 -1
- package/resources/index.d.mts +1 -0
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +1 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/{beta/push-notifications → push-notifications}/index.d.mts +1 -0
- package/resources/push-notifications/index.d.mts.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/index.d.ts +1 -0
- package/resources/push-notifications/index.d.ts.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/index.js +3 -1
- package/resources/push-notifications/index.js.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/index.mjs +1 -0
- package/resources/push-notifications/index.mjs.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/push-notifications.d.mts +19 -9
- package/resources/push-notifications/push-notifications.d.mts.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/push-notifications.d.ts +19 -9
- package/resources/push-notifications/push-notifications.d.ts.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/push-notifications.js +9 -4
- package/resources/push-notifications/push-notifications.js.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/push-notifications.mjs +8 -3
- package/resources/push-notifications/push-notifications.mjs.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/subscriptions.d.mts +3 -3
- package/resources/push-notifications/subscriptions.d.mts.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/subscriptions.d.ts +3 -3
- package/resources/push-notifications/subscriptions.d.ts.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/subscriptions.js +2 -2
- package/resources/push-notifications/subscriptions.js.map +1 -0
- package/resources/{beta/push-notifications → push-notifications}/subscriptions.mjs +2 -2
- package/resources/push-notifications/subscriptions.mjs.map +1 -0
- package/resources/push-notifications/topics.d.mts +75 -0
- package/resources/push-notifications/topics.d.mts.map +1 -0
- package/resources/push-notifications/topics.d.ts +75 -0
- package/resources/push-notifications/topics.d.ts.map +1 -0
- package/resources/push-notifications/topics.js +28 -0
- package/resources/push-notifications/topics.js.map +1 -0
- package/resources/push-notifications/topics.mjs +24 -0
- package/resources/push-notifications/topics.mjs.map +1 -0
- package/resources/push-notifications.d.mts.map +1 -0
- package/resources/push-notifications.d.ts.map +1 -0
- package/resources/{beta/push-notifications.js → push-notifications.js} +1 -1
- package/resources/push-notifications.js.map +1 -0
- package/resources/push-notifications.mjs.map +1 -0
- package/src/client.ts +15 -0
- package/src/resources/beta/beta.ts +0 -18
- package/src/resources/beta/index.ts +0 -6
- package/src/resources/index.ts +6 -0
- package/src/resources/{beta/push-notifications → push-notifications}/index.ts +9 -0
- package/src/resources/{beta/push-notifications → push-notifications}/push-notifications.ts +38 -9
- package/src/resources/{beta/push-notifications → push-notifications}/subscriptions.ts +4 -4
- package/src/resources/push-notifications/topics.ts +101 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/beta/push-notifications/index.d.mts.map +0 -1
- package/resources/beta/push-notifications/index.d.ts.map +0 -1
- package/resources/beta/push-notifications/index.js.map +0 -1
- package/resources/beta/push-notifications/index.mjs.map +0 -1
- package/resources/beta/push-notifications/push-notifications.d.mts.map +0 -1
- package/resources/beta/push-notifications/push-notifications.d.ts.map +0 -1
- package/resources/beta/push-notifications/push-notifications.js.map +0 -1
- package/resources/beta/push-notifications/push-notifications.mjs.map +0 -1
- package/resources/beta/push-notifications/subscriptions.d.mts.map +0 -1
- package/resources/beta/push-notifications/subscriptions.d.ts.map +0 -1
- package/resources/beta/push-notifications/subscriptions.js.map +0 -1
- package/resources/beta/push-notifications/subscriptions.mjs.map +0 -1
- package/resources/beta/push-notifications.d.mts.map +0 -1
- package/resources/beta/push-notifications.d.ts.map +0 -1
- package/resources/beta/push-notifications.js.map +0 -1
- package/resources/beta/push-notifications.mjs.map +0 -1
- /package/resources/{beta/push-notifications.d.mts → push-notifications.d.mts} +0 -0
- /package/resources/{beta/push-notifications.d.ts → push-notifications.d.ts} +0 -0
- /package/resources/{beta/push-notifications.mjs → push-notifications.mjs} +0 -0
- /package/src/resources/{beta/push-notifications.ts → push-notifications.ts} +0 -0
|
@@ -11,23 +11,12 @@ import {
|
|
|
11
11
|
PayCheckoutParams,
|
|
12
12
|
PayCheckoutResponse,
|
|
13
13
|
} from './pay/pay';
|
|
14
|
-
import * as PushNotificationsAPI from './push-notifications/push-notifications';
|
|
15
|
-
import {
|
|
16
|
-
PushNotificationEnableResponse,
|
|
17
|
-
PushNotificationSendParams,
|
|
18
|
-
PushNotificationSendResponse,
|
|
19
|
-
PushNotifications,
|
|
20
|
-
} from './push-notifications/push-notifications';
|
|
21
14
|
|
|
22
15
|
export class Beta extends APIResource {
|
|
23
16
|
pay: PayAPI.Pay = new PayAPI.Pay(this._client);
|
|
24
|
-
pushNotifications: PushNotificationsAPI.PushNotifications = new PushNotificationsAPI.PushNotifications(
|
|
25
|
-
this._client,
|
|
26
|
-
);
|
|
27
17
|
}
|
|
28
18
|
|
|
29
19
|
Beta.Pay = Pay;
|
|
30
|
-
Beta.PushNotifications = PushNotifications;
|
|
31
20
|
|
|
32
21
|
export declare namespace Beta {
|
|
33
22
|
export {
|
|
@@ -39,11 +28,4 @@ export declare namespace Beta {
|
|
|
39
28
|
type PayCheckParams as PayCheckParams,
|
|
40
29
|
type PayCheckoutParams as PayCheckoutParams,
|
|
41
30
|
};
|
|
42
|
-
|
|
43
|
-
export {
|
|
44
|
-
PushNotifications as PushNotifications,
|
|
45
|
-
type PushNotificationEnableResponse as PushNotificationEnableResponse,
|
|
46
|
-
type PushNotificationSendResponse as PushNotificationSendResponse,
|
|
47
|
-
type PushNotificationSendParams as PushNotificationSendParams,
|
|
48
|
-
};
|
|
49
31
|
}
|
|
@@ -10,9 +10,3 @@ export {
|
|
|
10
10
|
type PayCheckParams,
|
|
11
11
|
type PayCheckoutParams,
|
|
12
12
|
} from './pay/index';
|
|
13
|
-
export {
|
|
14
|
-
PushNotifications,
|
|
15
|
-
type PushNotificationEnableResponse,
|
|
16
|
-
type PushNotificationSendResponse,
|
|
17
|
-
type PushNotificationSendParams,
|
|
18
|
-
} from './push-notifications/index';
|
package/src/resources/index.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
export { Beta } from './beta/beta';
|
|
4
|
+
export {
|
|
5
|
+
PushNotifications,
|
|
6
|
+
type PushNotificationEnableResponse,
|
|
7
|
+
type PushNotificationSendResponse,
|
|
8
|
+
type PushNotificationSendParams,
|
|
9
|
+
} from './push-notifications/push-notifications';
|
|
@@ -12,3 +12,12 @@ export {
|
|
|
12
12
|
type SubscriptionDeleteResponse,
|
|
13
13
|
type SubscriptionCreateParams,
|
|
14
14
|
} from './subscriptions';
|
|
15
|
+
export {
|
|
16
|
+
Topics,
|
|
17
|
+
type TopicListResponse,
|
|
18
|
+
type TopicSubscribeResponse,
|
|
19
|
+
type TopicUnsubscribeResponse,
|
|
20
|
+
type TopicListParams,
|
|
21
|
+
type TopicSubscribeParams,
|
|
22
|
+
type TopicUnsubscribeParams,
|
|
23
|
+
} from './topics';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from '
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
4
|
import * as SubscriptionsAPI from './subscriptions';
|
|
5
5
|
import {
|
|
6
6
|
SubscriptionCreateParams,
|
|
@@ -8,11 +8,22 @@ import {
|
|
|
8
8
|
SubscriptionDeleteResponse,
|
|
9
9
|
Subscriptions,
|
|
10
10
|
} from './subscriptions';
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
11
|
+
import * as TopicsAPI from './topics';
|
|
12
|
+
import {
|
|
13
|
+
TopicListParams,
|
|
14
|
+
TopicListResponse,
|
|
15
|
+
TopicSubscribeParams,
|
|
16
|
+
TopicSubscribeResponse,
|
|
17
|
+
TopicUnsubscribeParams,
|
|
18
|
+
TopicUnsubscribeResponse,
|
|
19
|
+
Topics,
|
|
20
|
+
} from './topics';
|
|
21
|
+
import { APIPromise } from '../../core/api-promise';
|
|
22
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
13
23
|
|
|
14
24
|
export class PushNotifications extends APIResource {
|
|
15
25
|
subscriptions: SubscriptionsAPI.Subscriptions = new SubscriptionsAPI.Subscriptions(this._client);
|
|
26
|
+
topics: TopicsAPI.Topics = new TopicsAPI.Topics(this._client);
|
|
16
27
|
|
|
17
28
|
/**
|
|
18
29
|
* Enables push notifications for the app by generating VAPID keys. Idempotent -
|
|
@@ -24,8 +35,9 @@ export class PushNotifications extends APIResource {
|
|
|
24
35
|
}
|
|
25
36
|
|
|
26
37
|
/**
|
|
27
|
-
* Sends push notifications to specified visitors
|
|
28
|
-
*
|
|
38
|
+
* Sends push notifications to specified visitors and/or topics. Specify
|
|
39
|
+
* visitorIds, topics, or both (combined as union). Omit both to broadcast to all
|
|
40
|
+
* subscribers.
|
|
29
41
|
*/
|
|
30
42
|
send(body: PushNotificationSendParams, options?: RequestOptions): APIPromise<PushNotificationSendResponse> {
|
|
31
43
|
return this._client.post('/v1/push-notifications/send', { body, ...options });
|
|
@@ -79,22 +91,29 @@ export interface PushNotificationSendParams {
|
|
|
79
91
|
data?: { [key: string]: unknown };
|
|
80
92
|
|
|
81
93
|
/**
|
|
82
|
-
* Icon URL
|
|
94
|
+
* Icon URL (small icon displayed in the notification)
|
|
83
95
|
*/
|
|
84
96
|
icon?: string;
|
|
85
97
|
|
|
86
98
|
/**
|
|
87
|
-
* URL
|
|
99
|
+
* Image URL (larger image displayed in the notification body)
|
|
100
|
+
*/
|
|
101
|
+
image?: string;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Topics to send to. All visitors subscribed to any of these topics will receive
|
|
105
|
+
* the notification. Combined with visitorIds as a union.
|
|
88
106
|
*/
|
|
89
|
-
|
|
107
|
+
topics?: Array<string>;
|
|
90
108
|
|
|
91
109
|
/**
|
|
92
|
-
* Visitor IDs to send to.
|
|
110
|
+
* Visitor IDs to send to. Combined with topics as a union.
|
|
93
111
|
*/
|
|
94
112
|
visitorIds?: Array<string>;
|
|
95
113
|
}
|
|
96
114
|
|
|
97
115
|
PushNotifications.Subscriptions = Subscriptions;
|
|
116
|
+
PushNotifications.Topics = Topics;
|
|
98
117
|
|
|
99
118
|
export declare namespace PushNotifications {
|
|
100
119
|
export {
|
|
@@ -109,4 +128,14 @@ export declare namespace PushNotifications {
|
|
|
109
128
|
type SubscriptionDeleteResponse as SubscriptionDeleteResponse,
|
|
110
129
|
type SubscriptionCreateParams as SubscriptionCreateParams,
|
|
111
130
|
};
|
|
131
|
+
|
|
132
|
+
export {
|
|
133
|
+
Topics as Topics,
|
|
134
|
+
type TopicListResponse as TopicListResponse,
|
|
135
|
+
type TopicSubscribeResponse as TopicSubscribeResponse,
|
|
136
|
+
type TopicUnsubscribeResponse as TopicUnsubscribeResponse,
|
|
137
|
+
type TopicListParams as TopicListParams,
|
|
138
|
+
type TopicSubscribeParams as TopicSubscribeParams,
|
|
139
|
+
type TopicUnsubscribeParams as TopicUnsubscribeParams,
|
|
140
|
+
};
|
|
112
141
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from '
|
|
4
|
-
import { APIPromise } from '
|
|
5
|
-
import { RequestOptions } from '
|
|
6
|
-
import { path } from '
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../core/api-promise';
|
|
5
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
6
|
+
import { path } from '../../internal/utils/path';
|
|
7
7
|
|
|
8
8
|
export class Subscriptions extends APIResource {
|
|
9
9
|
/**
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../core/api-promise';
|
|
5
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
6
|
+
|
|
7
|
+
export class Topics extends APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Lists all topics a visitor is subscribed to.
|
|
10
|
+
*/
|
|
11
|
+
list(query: TopicListParams, options?: RequestOptions): APIPromise<TopicListResponse> {
|
|
12
|
+
return this._client.get('/v1/push-notifications/topics', { query, ...options });
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Subscribes a visitor to topics. Topics are per-visitor, so all devices for this
|
|
17
|
+
* visitor will receive notifications sent to these topics.
|
|
18
|
+
*/
|
|
19
|
+
subscribe(body: TopicSubscribeParams, options?: RequestOptions): APIPromise<TopicSubscribeResponse> {
|
|
20
|
+
return this._client.post('/v1/push-notifications/topics/subscribe', { body, ...options });
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Unsubscribes a visitor from specified topics.
|
|
25
|
+
*/
|
|
26
|
+
unsubscribe(body: TopicUnsubscribeParams, options?: RequestOptions): APIPromise<TopicUnsubscribeResponse> {
|
|
27
|
+
return this._client.post('/v1/push-notifications/topics/unsubscribe', { body, ...options });
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* List of topics the visitor is subscribed to.
|
|
33
|
+
*/
|
|
34
|
+
export interface TopicListResponse {
|
|
35
|
+
/**
|
|
36
|
+
* Topics the visitor is subscribed to
|
|
37
|
+
*/
|
|
38
|
+
topics: Array<string>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* The visitor's updated topic subscriptions.
|
|
43
|
+
*/
|
|
44
|
+
export interface TopicSubscribeResponse {
|
|
45
|
+
/**
|
|
46
|
+
* Topics the visitor is now subscribed to
|
|
47
|
+
*/
|
|
48
|
+
topics: Array<string>;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* The visitor's remaining topic subscriptions after unsubscribing.
|
|
53
|
+
*/
|
|
54
|
+
export interface TopicUnsubscribeResponse {
|
|
55
|
+
/**
|
|
56
|
+
* Topics the visitor is still subscribed to
|
|
57
|
+
*/
|
|
58
|
+
topics: Array<string>;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export interface TopicListParams {
|
|
62
|
+
/**
|
|
63
|
+
* Visitor ID to list topics for
|
|
64
|
+
*/
|
|
65
|
+
visitorId: string;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export interface TopicSubscribeParams {
|
|
69
|
+
/**
|
|
70
|
+
* Topic names to subscribe to (e.g., 'announcements', 'channel:general')
|
|
71
|
+
*/
|
|
72
|
+
topics: Array<string>;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Visitor ID to subscribe to topics
|
|
76
|
+
*/
|
|
77
|
+
visitorId: string;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface TopicUnsubscribeParams {
|
|
81
|
+
/**
|
|
82
|
+
* Topic names to unsubscribe from
|
|
83
|
+
*/
|
|
84
|
+
topics: Array<string>;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Visitor ID to unsubscribe from topics
|
|
88
|
+
*/
|
|
89
|
+
visitorId: string;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export declare namespace Topics {
|
|
93
|
+
export {
|
|
94
|
+
type TopicListResponse as TopicListResponse,
|
|
95
|
+
type TopicSubscribeResponse as TopicSubscribeResponse,
|
|
96
|
+
type TopicUnsubscribeResponse as TopicUnsubscribeResponse,
|
|
97
|
+
type TopicListParams as TopicListParams,
|
|
98
|
+
type TopicSubscribeParams as TopicSubscribeParams,
|
|
99
|
+
type TopicUnsubscribeParams as TopicUnsubscribeParams,
|
|
100
|
+
};
|
|
101
|
+
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.
|
|
1
|
+
export const VERSION = '1.6.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.6.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.6.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.
|
|
1
|
+
export const VERSION = '1.6.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/index.ts"],"names":[],"mappings":"OAEO,EACL,iBAAiB,EACjB,KAAK,8BAA8B,EACnC,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,GAChC;OACM,EACL,aAAa,EACb,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,GAC9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/index.ts"],"names":[],"mappings":"OAEO,EACL,iBAAiB,EACjB,KAAK,8BAA8B,EACnC,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,GAChC;OACM,EACL,aAAa,EACb,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,GAC9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8DAK8B;AAJ5B,uHAAA,iBAAiB,OAAA;AAKnB,oDAKyB;AAJvB,8GAAA,aAAa,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,iBAAiB,GAIlB;OACM,EACL,aAAa,GAId"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push-notifications.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/push-notifications.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,gBAAgB;OACrB,EACL,wBAAwB,EACxB,0BAA0B,EAC1B,0BAA0B,EAC1B,aAAa,EACd;OACM,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,iBAAkB,SAAQ,WAAW;IAChD,aAAa,EAAE,gBAAgB,CAAC,aAAa,CAAoD;IAEjG;;;;OAIG;IACH,MAAM,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,8BAA8B,CAAC;IAI5E;;;OAGG;IACH,IAAI,CAAC,IAAI,EAAE,0BAA0B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,4BAA4B,CAAC;CAG3G;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B;AAID,MAAM,CAAC,OAAO,WAAW,iBAAiB,CAAC;IACzC,OAAO,EACL,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,0BAA0B,IAAI,0BAA0B,GAC9D,CAAC;IAEF,OAAO,EACL,aAAa,IAAI,aAAa,EAC9B,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push-notifications.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/push-notifications.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,gBAAgB;OACrB,EACL,wBAAwB,EACxB,0BAA0B,EAC1B,0BAA0B,EAC1B,aAAa,EACd;OACM,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,iBAAkB,SAAQ,WAAW;IAChD,aAAa,EAAE,gBAAgB,CAAC,aAAa,CAAoD;IAEjG;;;;OAIG;IACH,MAAM,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,8BAA8B,CAAC;IAI5E;;;OAGG;IACH,IAAI,CAAC,IAAI,EAAE,0BAA0B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,4BAA4B,CAAC;CAG3G;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B;AAID,MAAM,CAAC,OAAO,WAAW,iBAAiB,CAAC;IACzC,OAAO,EACL,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,0BAA0B,IAAI,0BAA0B,GAC9D,CAAC;IAEF,OAAO,EACL,aAAa,IAAI,aAAa,EAC9B,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push-notifications.js","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/push-notifications.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AACrD,6EAAoD;AACpD,sDAKyB;AAIzB,MAAa,iBAAkB,SAAQ,sBAAW;IAAlD;;QACE,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAkBnG,CAAC;IAhBC;;;;OAIG;IACH,MAAM,CAAC,OAAwB;QAC7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAED;;;OAGG;IACH,IAAI,CAAC,IAAgC,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;CACF;AAnBD,8CAmBC;AAgED,iBAAiB,CAAC,aAAa,GAAG,6BAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push-notifications.mjs","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/push-notifications.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,gBAAgB;OACrB,EAIL,aAAa,GACd;AAID,MAAM,OAAO,iBAAkB,SAAQ,WAAW;IAAlD;;QACE,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAkBnG,CAAC;IAhBC;;;;OAIG;IACH,MAAM,CAAC,OAAwB;QAC7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAED;;;OAGG;IACH,IAAI,CAAC,IAAgC,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;CACF;AAgED,iBAAiB,CAAC,aAAa,GAAG,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptions.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/subscriptions.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;IAIxG;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;CAGrF;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,YAAY,EAAE,wBAAwB,CAAC,YAAY,CAAC;IAEpD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,yBAAiB,wBAAwB,CAAC;IACxC;;OAEG;IACH,UAAiB,YAAY;QAC3B;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC;QAExB;;WAEG;QACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAChC;IAED,UAAiB,YAAY,CAAC;QAC5B,UAAiB,IAAI;YACnB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;eAEG;YACH,MAAM,EAAE,MAAM,CAAC;SAChB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptions.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/subscriptions.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;IAIxG;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;CAGrF;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,YAAY,EAAE,wBAAwB,CAAC,YAAY,CAAC;IAEpD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,yBAAiB,wBAAwB,CAAC;IACxC;;OAEG;IACH,UAAiB,YAAY;QAC3B;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC;QAExB;;WAEG;QACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAChC;IAED,UAAiB,YAAY,CAAC;QAC5B,UAAiB,IAAI;YACnB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;eAEG;YACH,MAAM,EAAE,MAAM,CAAC;SAChB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptions.js","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/subscriptions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAGrD,0DAAoD;AAEpD,MAAa,aAAc,SAAQ,sBAAW;IAC5C;;;OAGG;IACH,MAAM,CAAC,IAA8B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,sCAAsC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzF,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,wCAAwC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;CACF;AAfD,sCAeC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptions.mjs","sourceRoot":"","sources":["../../../src/resources/beta/push-notifications/subscriptions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,aAAc,SAAQ,WAAW;IAC5C;;;OAGG;IACH,MAAM,CAAC,IAA8B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,sCAAsC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzF,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,wCAAwC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push-notifications.d.mts","sourceRoot":"","sources":["../../src/resources/beta/push-notifications.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push-notifications.d.ts","sourceRoot":"","sources":["../../src/resources/beta/push-notifications.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push-notifications.js","sourceRoot":"","sources":["../../src/resources/beta/push-notifications.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wEAA2C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push-notifications.mjs","sourceRoot":"","sources":["../../src/resources/beta/push-notifications.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|