@or-sdk/notifications 1.7.2-beta.4097.0 → 1.7.2

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 CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.7.2](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/notifications@1.7.1...@or-sdk/notifications@1.7.2) (2026-04-22)
7
+
8
+ **Note:** Version bump only for package @or-sdk/notifications
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.7.1](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/notifications@1.7.0...@or-sdk/notifications@1.7.1) (2026-02-25)
7
15
 
8
16
  **Note:** Version bump only for package @or-sdk/notifications
@@ -1,17 +1,11 @@
1
1
  import { z } from 'zod';
2
2
  export declare const notificationsConfigSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3
- /** Authorization token or factory function. */
4
3
  token: z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[], z.ZodUnknown>, z.ZodString>]>;
5
- /** Account id for cross-account requests. Requires SUPER_ADMIN role. */
6
4
  accountId: z.ZodOptional<z.ZodString>;
7
- /** If true validate method params. Default: true */
8
5
  validateInputs: z.ZodOptional<z.ZodBoolean>;
9
- /** If true validate method results. Default: true */
10
6
  validateOutputs: z.ZodOptional<z.ZodBoolean>;
11
7
  }, {
12
- /** URL of ServiceDiscovery API service */
13
8
  discoveryUrl: z.ZodUndefined;
14
- /** URL of Notifications API service */
15
9
  notificationsUrl: z.ZodString;
16
10
  }>, "strip", z.ZodTypeAny, {
17
11
  token: string | ((...args: unknown[]) => string);
@@ -28,18 +22,12 @@ export declare const notificationsConfigSchema: z.ZodUnion<[z.ZodObject<z.object
28
22
  validateOutputs?: boolean | undefined;
29
23
  discoveryUrl?: undefined;
30
24
  }>, z.ZodObject<z.objectUtil.extendShape<{
31
- /** Authorization token or factory function. */
32
25
  token: z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[], z.ZodUnknown>, z.ZodString>]>;
33
- /** Account id for cross-account requests. Requires SUPER_ADMIN role. */
34
26
  accountId: z.ZodOptional<z.ZodString>;
35
- /** If true validate method params. Default: true */
36
27
  validateInputs: z.ZodOptional<z.ZodBoolean>;
37
- /** If true validate method results. Default: true */
38
28
  validateOutputs: z.ZodOptional<z.ZodBoolean>;
39
29
  }, {
40
- /** URL of ServiceDiscovery API service */
41
30
  discoveryUrl: z.ZodString;
42
- /** URL of Notifications API service */
43
31
  notificationsUrl: z.ZodUndefined;
44
32
  }>, "strip", z.ZodTypeAny, {
45
33
  token: string | ((...args: unknown[]) => string);
@@ -56,8 +44,5 @@ export declare const notificationsConfigSchema: z.ZodUnion<[z.ZodObject<z.object
56
44
  validateOutputs?: boolean | undefined;
57
45
  notificationsUrl?: undefined;
58
46
  }>]>;
59
- /**
60
- * @typedef {z.infer<typeof notificationsConfigSchema>} NotificationsConfig
61
- */
62
47
  export type NotificationsConfig = z.infer<typeof notificationsConfigSchema>;
63
48
  //# sourceMappingURL=config.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/config.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB;IAdpC,+CAA+C;;IAK/C,wEAAwE;;IAGxE,oDAAoD;;IAEpD,qDAAqD;;;IAMnD,0CAA0C;;IAE1C,uCAAuC;;;;;;;;;;;;;;;;;IAlBzC,+CAA+C;;IAK/C,wEAAwE;;IAGxE,oDAAoD;;IAEpD,qDAAqD;;;IAYnD,0CAA0C;;IAE1C,uCAAuC;;;;;;;;;;;;;;;;IAGzC,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
1
+ {"version":3,"file":"config.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/config.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAapC,CAAC;AAKH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -1,8 +1,6 @@
1
1
  import { z } from 'zod';
2
2
  export declare const createTrailEventSchema: z.ZodObject<{
3
- /** The service that triggered the event */
4
3
  service: z.ZodString;
5
- /** Trail event details */
6
4
  data: z.ZodObject<{
7
5
  message: z.ZodString;
8
6
  icon: z.ZodString;
@@ -1 +1 @@
1
- {"version":3,"file":"createTrailEvent.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/createTrailEvent.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,sBAAsB;IACjC,2CAA2C;;IAE3C,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE1B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,EAAE,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"createTrailEvent.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/createTrailEvent.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,EAAE,KAAK,CAAC,CAAC"}
@@ -1,84 +1,45 @@
1
1
  import { z } from 'zod';
2
2
  export declare const listTrailEventsParamsSchema: z.ZodObject<{
3
- /** The message to be displayed in the notification */
4
3
  service: z.ZodString;
5
- /** The starting point for the list of events */
6
4
  from: z.ZodOptional<z.ZodNumber>;
7
- /** The number of events to retrieve */
8
5
  size: z.ZodOptional<z.ZodNumber>;
9
- /** The start date for filtering events */
10
6
  dateFrom: z.ZodOptional<z.ZodDate>;
11
- /** The end date for filtering events */
12
7
  dateTo: z.ZodOptional<z.ZodDate>;
13
- /** Unique identifier of the trail event */
14
8
  id: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
15
- /** User ID related to the trail event */
16
9
  userId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
17
- /** The flow ID associated with the event */
18
10
  flowId: z.ZodOptional<z.ZodString>;
19
- /** The bot ID associated with the event */
20
11
  botId: z.ZodOptional<z.ZodString>;
21
- /** The name of the creator of the event */
22
12
  creatorName: z.ZodString;
23
- /** The user ID of the creator of the event */
24
13
  creatorUserId: z.ZodOptional<z.ZodString>;
25
- /** The multi-user ID of the creator of the event */
26
14
  creatorMultiUserId: z.ZodOptional<z.ZodString>;
27
- /** The flow ID of the creator of the event */
28
15
  creatorFlowId: z.ZodOptional<z.ZodString>;
29
16
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
30
- /** The message to be displayed in the notification */
31
17
  service: z.ZodString;
32
- /** The starting point for the list of events */
33
18
  from: z.ZodOptional<z.ZodNumber>;
34
- /** The number of events to retrieve */
35
19
  size: z.ZodOptional<z.ZodNumber>;
36
- /** The start date for filtering events */
37
20
  dateFrom: z.ZodOptional<z.ZodDate>;
38
- /** The end date for filtering events */
39
21
  dateTo: z.ZodOptional<z.ZodDate>;
40
- /** Unique identifier of the trail event */
41
22
  id: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
42
- /** User ID related to the trail event */
43
23
  userId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
44
- /** The flow ID associated with the event */
45
24
  flowId: z.ZodOptional<z.ZodString>;
46
- /** The bot ID associated with the event */
47
25
  botId: z.ZodOptional<z.ZodString>;
48
- /** The name of the creator of the event */
49
26
  creatorName: z.ZodString;
50
- /** The user ID of the creator of the event */
51
27
  creatorUserId: z.ZodOptional<z.ZodString>;
52
- /** The multi-user ID of the creator of the event */
53
28
  creatorMultiUserId: z.ZodOptional<z.ZodString>;
54
- /** The flow ID of the creator of the event */
55
29
  creatorFlowId: z.ZodOptional<z.ZodString>;
56
30
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
57
- /** The message to be displayed in the notification */
58
31
  service: z.ZodString;
59
- /** The starting point for the list of events */
60
32
  from: z.ZodOptional<z.ZodNumber>;
61
- /** The number of events to retrieve */
62
33
  size: z.ZodOptional<z.ZodNumber>;
63
- /** The start date for filtering events */
64
34
  dateFrom: z.ZodOptional<z.ZodDate>;
65
- /** The end date for filtering events */
66
35
  dateTo: z.ZodOptional<z.ZodDate>;
67
- /** Unique identifier of the trail event */
68
36
  id: z.ZodOptional<z.ZodReadonly<z.ZodString>>;
69
- /** User ID related to the trail event */
70
37
  userId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
71
- /** The flow ID associated with the event */
72
38
  flowId: z.ZodOptional<z.ZodString>;
73
- /** The bot ID associated with the event */
74
39
  botId: z.ZodOptional<z.ZodString>;
75
- /** The name of the creator of the event */
76
40
  creatorName: z.ZodString;
77
- /** The user ID of the creator of the event */
78
41
  creatorUserId: z.ZodOptional<z.ZodString>;
79
- /** The multi-user ID of the creator of the event */
80
42
  creatorMultiUserId: z.ZodOptional<z.ZodString>;
81
- /** The flow ID of the creator of the event */
82
43
  creatorFlowId: z.ZodOptional<z.ZodString>;
83
44
  }, z.ZodTypeAny, "passthrough">>;
84
45
  export type ListTrailEventsParams = z.infer<typeof listTrailEventsParamsSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"listTrailEvents.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/listTrailEvents.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,2BAA2B;IACtC,sDAAsD;;IAGtD,gDAAgD;;IAEhD,uCAAuC;;IAGvC,0CAA0C;;IAE1C,wCAAwC;;IAGxC,2CAA2C;;IAE3C,yCAAyC;;IAGzC,4CAA4C;;IAE5C,2CAA2C;;IAG3C,2CAA2C;;IAE3C,8CAA8C;;IAE9C,oDAAoD;;IAEpD,8CAA8C;;;IA7B9C,sDAAsD;;IAGtD,gDAAgD;;IAEhD,uCAAuC;;IAGvC,0CAA0C;;IAE1C,wCAAwC;;IAGxC,2CAA2C;;IAE3C,yCAAyC;;IAGzC,4CAA4C;;IAE5C,2CAA2C;;IAG3C,2CAA2C;;IAE3C,8CAA8C;;IAE9C,oDAAoD;;IAEpD,8CAA8C;;;IA7B9C,sDAAsD;;IAGtD,gDAAgD;;IAEhD,uCAAuC;;IAGvC,0CAA0C;;IAE1C,wCAAwC;;IAGxC,2CAA2C;;IAE3C,yCAAyC;;IAGzC,4CAA4C;;IAE5C,2CAA2C;;IAG3C,2CAA2C;;IAE3C,8CAA8C;;IAE9C,oDAAoD;;IAEpD,8CAA8C;;gCAEhC,CAAC;AAEjB,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"listTrailEvents.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/listTrailEvents.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAgCxB,CAAC;AAEjB,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -1,143 +1,77 @@
1
1
  import { z } from 'zod';
2
2
  declare const trailEventAttributesSchema: z.ZodObject<{
3
- /** The message to be displayed in the notification */
4
3
  message: z.ZodString;
5
- /** The icon to be displayed in the notification */
6
4
  icon: z.ZodString;
7
- /** The URL to be opened when the notification is clicked */
8
5
  url: z.ZodOptional<z.ZodString>;
9
- /** The name of the URL to be displayed in the notification */
10
6
  urlName: z.ZodOptional<z.ZodString>;
11
- /** The flow ID associated with the event */
12
7
  flowId: z.ZodOptional<z.ZodString>;
13
- /** The bot ID associated with the event */
14
8
  botId: z.ZodOptional<z.ZodString>;
15
- /** The name of the creator of the event */
16
9
  'creator.name': z.ZodString;
17
- /** The user ID of the creator of the event */
18
10
  'creator.userId': z.ZodOptional<z.ZodString>;
19
- /** The multi-user ID of the creator of the event */
20
11
  'creator.multiUserId': z.ZodOptional<z.ZodString>;
21
- /** The flow ID of the creator of the event */
22
12
  'creator.flowId': z.ZodOptional<z.ZodString>;
23
13
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
24
- /** The message to be displayed in the notification */
25
14
  message: z.ZodString;
26
- /** The icon to be displayed in the notification */
27
15
  icon: z.ZodString;
28
- /** The URL to be opened when the notification is clicked */
29
16
  url: z.ZodOptional<z.ZodString>;
30
- /** The name of the URL to be displayed in the notification */
31
17
  urlName: z.ZodOptional<z.ZodString>;
32
- /** The flow ID associated with the event */
33
18
  flowId: z.ZodOptional<z.ZodString>;
34
- /** The bot ID associated with the event */
35
19
  botId: z.ZodOptional<z.ZodString>;
36
- /** The name of the creator of the event */
37
20
  'creator.name': z.ZodString;
38
- /** The user ID of the creator of the event */
39
21
  'creator.userId': z.ZodOptional<z.ZodString>;
40
- /** The multi-user ID of the creator of the event */
41
22
  'creator.multiUserId': z.ZodOptional<z.ZodString>;
42
- /** The flow ID of the creator of the event */
43
23
  'creator.flowId': z.ZodOptional<z.ZodString>;
44
24
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
45
- /** The message to be displayed in the notification */
46
25
  message: z.ZodString;
47
- /** The icon to be displayed in the notification */
48
26
  icon: z.ZodString;
49
- /** The URL to be opened when the notification is clicked */
50
27
  url: z.ZodOptional<z.ZodString>;
51
- /** The name of the URL to be displayed in the notification */
52
28
  urlName: z.ZodOptional<z.ZodString>;
53
- /** The flow ID associated with the event */
54
29
  flowId: z.ZodOptional<z.ZodString>;
55
- /** The bot ID associated with the event */
56
30
  botId: z.ZodOptional<z.ZodString>;
57
- /** The name of the creator of the event */
58
31
  'creator.name': z.ZodString;
59
- /** The user ID of the creator of the event */
60
32
  'creator.userId': z.ZodOptional<z.ZodString>;
61
- /** The multi-user ID of the creator of the event */
62
33
  'creator.multiUserId': z.ZodOptional<z.ZodString>;
63
- /** The flow ID of the creator of the event */
64
34
  'creator.flowId': z.ZodOptional<z.ZodString>;
65
35
  }, z.ZodTypeAny, "passthrough">>;
66
36
  export type TrailEventAttributes = z.infer<typeof trailEventAttributesSchema>;
67
37
  export declare const trailEventSchema: z.ZodObject<{
68
- /** Unique identifier of the trail event */
69
38
  id: z.ZodReadonly<z.ZodString>;
70
- /** The service that triggered the event */
71
39
  name: z.ZodString;
72
- /** Account ID related to the trail event */
73
40
  accountId: z.ZodString;
74
- /** User ID related to the trail event */
75
41
  userId: z.ZodOptional<z.ZodString>;
76
- /** Date-time of the trail event as ISO date-time string */
77
42
  timestamp: z.ZodReadonly<z.ZodDate>;
78
- /** Trail event details */
79
43
  attributes: z.ZodObject<{
80
- /** The message to be displayed in the notification */
81
44
  message: z.ZodString;
82
- /** The icon to be displayed in the notification */
83
45
  icon: z.ZodString;
84
- /** The URL to be opened when the notification is clicked */
85
46
  url: z.ZodOptional<z.ZodString>;
86
- /** The name of the URL to be displayed in the notification */
87
47
  urlName: z.ZodOptional<z.ZodString>;
88
- /** The flow ID associated with the event */
89
48
  flowId: z.ZodOptional<z.ZodString>;
90
- /** The bot ID associated with the event */
91
49
  botId: z.ZodOptional<z.ZodString>;
92
- /** The name of the creator of the event */
93
50
  'creator.name': z.ZodString;
94
- /** The user ID of the creator of the event */
95
51
  'creator.userId': z.ZodOptional<z.ZodString>;
96
- /** The multi-user ID of the creator of the event */
97
52
  'creator.multiUserId': z.ZodOptional<z.ZodString>;
98
- /** The flow ID of the creator of the event */
99
53
  'creator.flowId': z.ZodOptional<z.ZodString>;
100
54
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
101
- /** The message to be displayed in the notification */
102
55
  message: z.ZodString;
103
- /** The icon to be displayed in the notification */
104
56
  icon: z.ZodString;
105
- /** The URL to be opened when the notification is clicked */
106
57
  url: z.ZodOptional<z.ZodString>;
107
- /** The name of the URL to be displayed in the notification */
108
58
  urlName: z.ZodOptional<z.ZodString>;
109
- /** The flow ID associated with the event */
110
59
  flowId: z.ZodOptional<z.ZodString>;
111
- /** The bot ID associated with the event */
112
60
  botId: z.ZodOptional<z.ZodString>;
113
- /** The name of the creator of the event */
114
61
  'creator.name': z.ZodString;
115
- /** The user ID of the creator of the event */
116
62
  'creator.userId': z.ZodOptional<z.ZodString>;
117
- /** The multi-user ID of the creator of the event */
118
63
  'creator.multiUserId': z.ZodOptional<z.ZodString>;
119
- /** The flow ID of the creator of the event */
120
64
  'creator.flowId': z.ZodOptional<z.ZodString>;
121
65
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
122
- /** The message to be displayed in the notification */
123
66
  message: z.ZodString;
124
- /** The icon to be displayed in the notification */
125
67
  icon: z.ZodString;
126
- /** The URL to be opened when the notification is clicked */
127
68
  url: z.ZodOptional<z.ZodString>;
128
- /** The name of the URL to be displayed in the notification */
129
69
  urlName: z.ZodOptional<z.ZodString>;
130
- /** The flow ID associated with the event */
131
70
  flowId: z.ZodOptional<z.ZodString>;
132
- /** The bot ID associated with the event */
133
71
  botId: z.ZodOptional<z.ZodString>;
134
- /** The name of the creator of the event */
135
72
  'creator.name': z.ZodString;
136
- /** The user ID of the creator of the event */
137
73
  'creator.userId': z.ZodOptional<z.ZodString>;
138
- /** The multi-user ID of the creator of the event */
139
74
  'creator.multiUserId': z.ZodOptional<z.ZodString>;
140
- /** The flow ID of the creator of the event */
141
75
  'creator.flowId': z.ZodOptional<z.ZodString>;
142
76
  }, z.ZodTypeAny, "passthrough">>;
143
77
  }, "strip", z.ZodTypeAny, {
@@ -1 +1 @@
1
- {"version":3,"file":"trailEvent.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/trailEvent.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,QAAA,MAAM,0BAA0B;IAC9B,sDAAsD;;IAEtD,mDAAmD;;IAGnD,4DAA4D;;IAE5D,8DAA8D;;IAG9D,4CAA4C;;IAE5C,2CAA2C;;IAG3C,2CAA2C;;IAE3C,8CAA8C;;IAE9C,oDAAoD;;IAEpD,8CAA8C;;;IArB9C,sDAAsD;;IAEtD,mDAAmD;;IAGnD,4DAA4D;;IAE5D,8DAA8D;;IAG9D,4CAA4C;;IAE5C,2CAA2C;;IAG3C,2CAA2C;;IAE3C,8CAA8C;;IAE9C,oDAAoD;;IAEpD,8CAA8C;;;IArB9C,sDAAsD;;IAEtD,mDAAmD;;IAGnD,4DAA4D;;IAE5D,8DAA8D;;IAG9D,4CAA4C;;IAE5C,2CAA2C;;IAG3C,2CAA2C;;IAE3C,8CAA8C;;IAE9C,oDAAoD;;IAEpD,8CAA8C;;gCAEhC,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,eAAO,MAAM,gBAAgB;IAC3B,2CAA2C;;IAE3C,2CAA2C;;IAE3C,4CAA4C;;IAE5C,yCAAyC;;IAEzC,2DAA2D;;IAE3D,0BAA0B;;QAtC1B,sDAAsD;;QAEtD,mDAAmD;;QAGnD,4DAA4D;;QAE5D,8DAA8D;;QAG9D,4CAA4C;;QAE5C,2CAA2C;;QAG3C,2CAA2C;;QAE3C,8CAA8C;;QAE9C,oDAAoD;;QAEpD,8CAA8C;;;QArB9C,sDAAsD;;QAEtD,mDAAmD;;QAGnD,4DAA4D;;QAE5D,8DAA8D;;QAG9D,4CAA4C;;QAE5C,2CAA2C;;QAG3C,2CAA2C;;QAE3C,8CAA8C;;QAE9C,oDAAoD;;QAEpD,8CAA8C;;;QArB9C,sDAAsD;;QAEtD,mDAAmD;;QAGnD,4DAA4D;;QAE5D,8DAA8D;;QAG9D,4CAA4C;;QAE5C,2CAA2C;;QAG3C,2CAA2C;;QAE3C,8CAA8C;;QAE9C,oDAAoD;;QAEpD,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmB9C,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,EAAE,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"trailEvent.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/trailEvent.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,QAAA,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAwBhB,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,EAAE,KAAK,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/notifications",
3
- "version": "1.7.2-beta.4097.0",
3
+ "version": "1.7.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -18,7 +18,7 @@
18
18
  "dev": "pnpm build:watch:esm"
19
19
  },
20
20
  "dependencies": {
21
- "@or-sdk/base": "^0.44.1-beta.4097.0",
21
+ "@or-sdk/base": "^0.44.1",
22
22
  "zod": "^3.22.4"
23
23
  },
24
24
  "devDependencies": {
@@ -27,5 +27,6 @@
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
- }
30
+ },
31
+ "gitHead": "86de10f6cf0ed69410c43aacc6ea678d3d5fa717"
31
32
  }