@contractspec/example.meeting-recorder-providers 3.2.0 → 3.4.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.
@@ -1,44 +1,48 @@
1
- $ contractspec-bun-build prebuild
2
- $ bun run prebuild && bun run build:bundle && bun run build:types
3
- $ contractspec-bun-build prebuild
4
- $ contractspec-bun-build transpile
5
- [contractspec-bun-build] transpile target=bun root=src entries=9
6
- Bundled 9 modules in 40ms
7
-
8
- ./connection.sample.js 3.53 KB (entry point)
9
- ./index.js 11.34 KB (entry point)
10
- docs/index.js 2.34 KB (entry point)
11
- docs/meeting-recorder-providers.docblock.js 2.34 KB (entry point)
12
- ./example.js 1.1 KB (entry point)
13
- handlers/get-transcript.js 2.88 KB (entry point)
14
- handlers/list-meetings.js 2.87 KB (entry point)
15
- handlers/webhook-handler.js 3.97 KB (entry point)
16
- handlers/create-provider.js 2.68 KB (entry point)
17
-
18
- [contractspec-bun-build] transpile target=node root=src entries=9
19
- Bundled 9 modules in 35ms
20
-
21
- ./connection.sample.js 3.52 KB (entry point)
22
- ./index.js 11.33 KB (entry point)
23
- docs/index.js 2.34 KB (entry point)
24
- docs/meeting-recorder-providers.docblock.js 2.34 KB (entry point)
25
- ./example.js 1.0 KB (entry point)
26
- handlers/get-transcript.js 2.87 KB (entry point)
27
- handlers/list-meetings.js 2.87 KB (entry point)
28
- handlers/webhook-handler.js 3.97 KB (entry point)
29
- handlers/create-provider.js 2.68 KB (entry point)
30
-
31
- [contractspec-bun-build] transpile target=browser root=src entries=9
32
- Bundled 9 modules in 42ms
33
-
34
- ./connection.sample.js 3.52 KB (entry point)
35
- ./index.js 11.33 KB (entry point)
36
- docs/index.js 2.34 KB (entry point)
37
- docs/meeting-recorder-providers.docblock.js 2.34 KB (entry point)
38
- ./example.js 1.0 KB (entry point)
39
- handlers/get-transcript.js 2.87 KB (entry point)
40
- handlers/list-meetings.js 2.87 KB (entry point)
41
- handlers/webhook-handler.js 3.97 KB (entry point)
42
- handlers/create-provider.js 2.68 KB (entry point)
43
-
44
- $ contractspec-bun-build types
1
+
2
+ $ contractspec-bun-build prebuild
3
+ $ bun run prebuild && bun run build:bundle && bun run build:types
4
+ $ contractspec-bun-build prebuild
5
+ $ contractspec-bun-build transpile
6
+ [contractspec-bun-build] transpile target=bun root=src entries=10
7
+ Bundled 10 modules in 11ms
8
+
9
+ ./connection.sample.js 3.53 KB (entry point)
10
+ ./index.js 12.11 KB (entry point)
11
+ ./meeting-recorder-providers.feature.js 0.79 KB (entry point)
12
+ docs/index.js 2.34 KB (entry point)
13
+ docs/meeting-recorder-providers.docblock.js 2.34 KB (entry point)
14
+ ./example.js 1.1 KB (entry point)
15
+ handlers/get-transcript.js 2.88 KB (entry point)
16
+ handlers/list-meetings.js 2.87 KB (entry point)
17
+ handlers/webhook-handler.js 3.97 KB (entry point)
18
+ handlers/create-provider.js 2.68 KB (entry point)
19
+
20
+ [contractspec-bun-build] transpile target=node root=src entries=10
21
+ Bundled 10 modules in 13ms
22
+
23
+ ./connection.sample.js 3.52 KB (entry point)
24
+ ./index.js 12.1 KB (entry point)
25
+ ./meeting-recorder-providers.feature.js 0.78 KB (entry point)
26
+ docs/index.js 2.34 KB (entry point)
27
+ docs/meeting-recorder-providers.docblock.js 2.34 KB (entry point)
28
+ ./example.js 1.0 KB (entry point)
29
+ handlers/get-transcript.js 2.87 KB (entry point)
30
+ handlers/list-meetings.js 2.87 KB (entry point)
31
+ handlers/webhook-handler.js 3.97 KB (entry point)
32
+ handlers/create-provider.js 2.68 KB (entry point)
33
+
34
+ [contractspec-bun-build] transpile target=browser root=src entries=10
35
+ Bundled 10 modules in 13ms
36
+
37
+ ./connection.sample.js 3.52 KB (entry point)
38
+ ./index.js 12.1 KB (entry point)
39
+ ./meeting-recorder-providers.feature.js 0.78 KB (entry point)
40
+ docs/index.js 2.34 KB (entry point)
41
+ docs/meeting-recorder-providers.docblock.js 2.34 KB (entry point)
42
+ ./example.js 1.0 KB (entry point)
43
+ handlers/get-transcript.js 2.87 KB (entry point)
44
+ handlers/list-meetings.js 2.87 KB (entry point)
45
+ handlers/webhook-handler.js 3.97 KB (entry point)
46
+ handlers/create-provider.js 2.68 KB (entry point)
47
+
48
+ $ contractspec-bun-build types
@@ -1 +1,2 @@
1
- $ contractspec-bun-build prebuild
1
+
2
+ $ contractspec-bun-build prebuild
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @contractspec/example.meeting-recorder-providers
2
2
 
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0ee467a: feat: improve ai and customization
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [0ee467a]
12
+ - Updated dependencies [56ee8e6]
13
+ - @contractspec/integration.providers-impls@3.4.0
14
+ - @contractspec/lib.contracts-integrations@3.4.0
15
+ - @contractspec/lib.contracts-spec@3.4.0
16
+
17
+ ## 3.3.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 890a0da: fix: stability improvements
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [890a0da]
26
+ - Updated dependencies [575b316]
27
+ - @contractspec/integration.providers-impls@3.3.0
28
+ - @contractspec/lib.contracts-integrations@3.3.0
29
+ - @contractspec/lib.contracts-spec@3.3.0
30
+
3
31
  ## 3.2.0
4
32
 
5
33
  ### Minor Changes
@@ -313,6 +313,28 @@ function fallbackWebhookEvent(providerKey, payload) {
313
313
  receivedAt: new Date().toISOString()
314
314
  };
315
315
  }
316
+
317
+ // src/meeting-recorder-providers.feature.ts
318
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
319
+ var MeetingRecorderProvidersFeature = defineFeature({
320
+ meta: {
321
+ key: "meeting-recorder-providers",
322
+ version: "1.0.0",
323
+ title: "Meeting Recorder Providers",
324
+ description: "Meeting recorder provider integration with transcripts and webhook handling",
325
+ domain: "integration",
326
+ owners: ["@examples"],
327
+ tags: ["meeting", "recorder", "transcripts", "webhooks"],
328
+ stability: "experimental"
329
+ },
330
+ integrations: [
331
+ { key: "meeting-recorder.integration.provider", version: "1.0.0" }
332
+ ],
333
+ docs: [
334
+ "docs.examples.meeting-recorder-providers",
335
+ "docs.examples.meeting-recorder-providers.usage"
336
+ ]
337
+ });
316
338
  export {
317
339
  tldvMeetingRecorderConnection,
318
340
  meetingRecorderSampleConnections,
@@ -324,5 +346,6 @@ export {
324
346
  firefliesMeetingRecorderConnection,
325
347
  fathomMeetingRecorderConnection,
326
348
  example_default as example,
327
- createMeetingRecorderProvider
349
+ createMeetingRecorderProvider,
350
+ MeetingRecorderProvidersFeature
328
351
  };
@@ -0,0 +1,24 @@
1
+ // src/meeting-recorder-providers.feature.ts
2
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
3
+ var MeetingRecorderProvidersFeature = defineFeature({
4
+ meta: {
5
+ key: "meeting-recorder-providers",
6
+ version: "1.0.0",
7
+ title: "Meeting Recorder Providers",
8
+ description: "Meeting recorder provider integration with transcripts and webhook handling",
9
+ domain: "integration",
10
+ owners: ["@examples"],
11
+ tags: ["meeting", "recorder", "transcripts", "webhooks"],
12
+ stability: "experimental"
13
+ },
14
+ integrations: [
15
+ { key: "meeting-recorder.integration.provider", version: "1.0.0" }
16
+ ],
17
+ docs: [
18
+ "docs.examples.meeting-recorder-providers",
19
+ "docs.examples.meeting-recorder-providers.usage"
20
+ ]
21
+ });
22
+ export {
23
+ MeetingRecorderProvidersFeature
24
+ };
package/dist/index.d.ts CHANGED
@@ -3,5 +3,6 @@ export * from './handlers/list-meetings';
3
3
  export * from './handlers/get-transcript';
4
4
  export * from './handlers/webhook-handler';
5
5
  export * from './connection.sample';
6
+ export * from './meeting-recorder-providers.feature';
6
7
  export { default as example } from './example';
7
8
  import './docs';
package/dist/index.js CHANGED
@@ -314,6 +314,28 @@ function fallbackWebhookEvent(providerKey, payload) {
314
314
  receivedAt: new Date().toISOString()
315
315
  };
316
316
  }
317
+
318
+ // src/meeting-recorder-providers.feature.ts
319
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
320
+ var MeetingRecorderProvidersFeature = defineFeature({
321
+ meta: {
322
+ key: "meeting-recorder-providers",
323
+ version: "1.0.0",
324
+ title: "Meeting Recorder Providers",
325
+ description: "Meeting recorder provider integration with transcripts and webhook handling",
326
+ domain: "integration",
327
+ owners: ["@examples"],
328
+ tags: ["meeting", "recorder", "transcripts", "webhooks"],
329
+ stability: "experimental"
330
+ },
331
+ integrations: [
332
+ { key: "meeting-recorder.integration.provider", version: "1.0.0" }
333
+ ],
334
+ docs: [
335
+ "docs.examples.meeting-recorder-providers",
336
+ "docs.examples.meeting-recorder-providers.usage"
337
+ ]
338
+ });
317
339
  export {
318
340
  tldvMeetingRecorderConnection,
319
341
  meetingRecorderSampleConnections,
@@ -325,5 +347,6 @@ export {
325
347
  firefliesMeetingRecorderConnection,
326
348
  fathomMeetingRecorderConnection,
327
349
  example_default as example,
328
- createMeetingRecorderProvider
350
+ createMeetingRecorderProvider,
351
+ MeetingRecorderProvidersFeature
329
352
  };
@@ -0,0 +1 @@
1
+ export declare const MeetingRecorderProvidersFeature: import("@contractspec/lib.contracts-spec").FeatureModuleSpec;
@@ -0,0 +1,25 @@
1
+ // @bun
2
+ // src/meeting-recorder-providers.feature.ts
3
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
4
+ var MeetingRecorderProvidersFeature = defineFeature({
5
+ meta: {
6
+ key: "meeting-recorder-providers",
7
+ version: "1.0.0",
8
+ title: "Meeting Recorder Providers",
9
+ description: "Meeting recorder provider integration with transcripts and webhook handling",
10
+ domain: "integration",
11
+ owners: ["@examples"],
12
+ tags: ["meeting", "recorder", "transcripts", "webhooks"],
13
+ stability: "experimental"
14
+ },
15
+ integrations: [
16
+ { key: "meeting-recorder.integration.provider", version: "1.0.0" }
17
+ ],
18
+ docs: [
19
+ "docs.examples.meeting-recorder-providers",
20
+ "docs.examples.meeting-recorder-providers.usage"
21
+ ]
22
+ });
23
+ export {
24
+ MeetingRecorderProvidersFeature
25
+ };
@@ -313,6 +313,28 @@ function fallbackWebhookEvent(providerKey, payload) {
313
313
  receivedAt: new Date().toISOString()
314
314
  };
315
315
  }
316
+
317
+ // src/meeting-recorder-providers.feature.ts
318
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
319
+ var MeetingRecorderProvidersFeature = defineFeature({
320
+ meta: {
321
+ key: "meeting-recorder-providers",
322
+ version: "1.0.0",
323
+ title: "Meeting Recorder Providers",
324
+ description: "Meeting recorder provider integration with transcripts and webhook handling",
325
+ domain: "integration",
326
+ owners: ["@examples"],
327
+ tags: ["meeting", "recorder", "transcripts", "webhooks"],
328
+ stability: "experimental"
329
+ },
330
+ integrations: [
331
+ { key: "meeting-recorder.integration.provider", version: "1.0.0" }
332
+ ],
333
+ docs: [
334
+ "docs.examples.meeting-recorder-providers",
335
+ "docs.examples.meeting-recorder-providers.usage"
336
+ ]
337
+ });
316
338
  export {
317
339
  tldvMeetingRecorderConnection,
318
340
  meetingRecorderSampleConnections,
@@ -324,5 +346,6 @@ export {
324
346
  firefliesMeetingRecorderConnection,
325
347
  fathomMeetingRecorderConnection,
326
348
  example_default as example,
327
- createMeetingRecorderProvider
349
+ createMeetingRecorderProvider,
350
+ MeetingRecorderProvidersFeature
328
351
  };
@@ -0,0 +1,24 @@
1
+ // src/meeting-recorder-providers.feature.ts
2
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
3
+ var MeetingRecorderProvidersFeature = defineFeature({
4
+ meta: {
5
+ key: "meeting-recorder-providers",
6
+ version: "1.0.0",
7
+ title: "Meeting Recorder Providers",
8
+ description: "Meeting recorder provider integration with transcripts and webhook handling",
9
+ domain: "integration",
10
+ owners: ["@examples"],
11
+ tags: ["meeting", "recorder", "transcripts", "webhooks"],
12
+ stability: "experimental"
13
+ },
14
+ integrations: [
15
+ { key: "meeting-recorder.integration.provider", version: "1.0.0" }
16
+ ],
17
+ docs: [
18
+ "docs.examples.meeting-recorder-providers",
19
+ "docs.examples.meeting-recorder-providers.usage"
20
+ ]
21
+ });
22
+ export {
23
+ MeetingRecorderProvidersFeature
24
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.meeting-recorder-providers",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
4
4
  "description": "Meeting recorder provider example: list meetings, transcripts, and webhooks.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -74,6 +74,13 @@
74
74
  "node": "./dist/node/handlers/webhook-handler.js",
75
75
  "browser": "./dist/browser/handlers/webhook-handler.js",
76
76
  "default": "./dist/handlers/webhook-handler.js"
77
+ },
78
+ "./meeting-recorder-providers.feature": {
79
+ "types": "./dist/meeting-recorder-providers.feature.d.ts",
80
+ "bun": "./dist/meeting-recorder-providers.feature.js",
81
+ "node": "./dist/node/meeting-recorder-providers.feature.js",
82
+ "browser": "./dist/browser/meeting-recorder-providers.feature.js",
83
+ "default": "./dist/meeting-recorder-providers.feature.js"
77
84
  }
78
85
  },
79
86
  "scripts": {
@@ -92,14 +99,14 @@
92
99
  "typecheck": "tsc --noEmit"
93
100
  },
94
101
  "dependencies": {
95
- "@contractspec/integration.providers-impls": "3.2.0",
96
- "@contractspec/lib.contracts-spec": "3.2.0",
97
- "@contractspec/lib.contracts-integrations": "3.2.0"
102
+ "@contractspec/integration.providers-impls": "3.4.0",
103
+ "@contractspec/lib.contracts-spec": "3.4.0",
104
+ "@contractspec/lib.contracts-integrations": "3.4.0"
98
105
  },
99
106
  "devDependencies": {
100
- "@contractspec/tool.typescript": "3.2.0",
107
+ "@contractspec/tool.typescript": "3.4.0",
101
108
  "typescript": "^5.9.3",
102
- "@contractspec/tool.bun": "3.2.0"
109
+ "@contractspec/tool.bun": "3.4.0"
103
110
  },
104
111
  "publishConfig": {
105
112
  "access": "public",
@@ -173,6 +180,13 @@
173
180
  "node": "./dist/node/handlers/webhook-handler.js",
174
181
  "browser": "./dist/browser/handlers/webhook-handler.js",
175
182
  "default": "./dist/handlers/webhook-handler.js"
183
+ },
184
+ "./meeting-recorder-providers.feature": {
185
+ "types": "./dist/meeting-recorder-providers.feature.d.ts",
186
+ "bun": "./dist/meeting-recorder-providers.feature.js",
187
+ "node": "./dist/node/meeting-recorder-providers.feature.js",
188
+ "browser": "./dist/browser/meeting-recorder-providers.feature.js",
189
+ "default": "./dist/meeting-recorder-providers.feature.js"
176
190
  }
177
191
  },
178
192
  "registry": "https://registry.npmjs.org/"
package/src/index.ts CHANGED
@@ -3,5 +3,6 @@ export * from './handlers/list-meetings';
3
3
  export * from './handlers/get-transcript';
4
4
  export * from './handlers/webhook-handler';
5
5
  export * from './connection.sample';
6
+ export * from './meeting-recorder-providers.feature';
6
7
  export { default as example } from './example';
7
8
  import './docs';
@@ -0,0 +1,24 @@
1
+ import { defineFeature } from '@contractspec/lib.contracts-spec';
2
+
3
+ export const MeetingRecorderProvidersFeature = defineFeature({
4
+ meta: {
5
+ key: 'meeting-recorder-providers',
6
+ version: '1.0.0',
7
+ title: 'Meeting Recorder Providers',
8
+ description:
9
+ 'Meeting recorder provider integration with transcripts and webhook handling',
10
+ domain: 'integration',
11
+ owners: ['@examples'],
12
+ tags: ['meeting', 'recorder', 'transcripts', 'webhooks'],
13
+ stability: 'experimental',
14
+ },
15
+
16
+ integrations: [
17
+ { key: 'meeting-recorder.integration.provider', version: '1.0.0' },
18
+ ],
19
+
20
+ docs: [
21
+ 'docs.examples.meeting-recorder-providers',
22
+ 'docs.examples.meeting-recorder-providers.usage',
23
+ ],
24
+ });