@lssm/example.integration-hub 0.0.0-canary-20251223013537 → 0.0.0-canary-20251223014416

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,95 +1,95 @@
1
1
  import * as _lssm_lib_contracts9 from "@lssm/lib.contracts";
2
- import * as _lssm_lib_schema165 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_schema81 from "@lssm/lib.schema";
3
3
 
4
4
  //#region src/integration/integration.contracts.d.ts
5
5
  /**
6
6
  * Create a new integration.
7
7
  */
8
- declare const CreateIntegrationContract: _lssm_lib_contracts9.OperationSpec<_lssm_lib_schema165.SchemaModel<{
8
+ declare const CreateIntegrationContract: _lssm_lib_contracts9.OperationSpec<_lssm_lib_schema81.SchemaModel<{
9
9
  name: {
10
- type: _lssm_lib_schema165.FieldType<string, string>;
10
+ type: _lssm_lib_schema81.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  slug: {
14
- type: _lssm_lib_schema165.FieldType<string, string>;
14
+ type: _lssm_lib_schema81.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  description: {
18
- type: _lssm_lib_schema165.FieldType<string, string>;
18
+ type: _lssm_lib_schema81.FieldType<string, string>;
19
19
  isOptional: true;
20
20
  };
21
21
  provider: {
22
- type: _lssm_lib_schema165.FieldType<string, string>;
22
+ type: _lssm_lib_schema81.FieldType<string, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  config: {
26
- type: _lssm_lib_schema165.FieldType<unknown, unknown>;
26
+ type: _lssm_lib_schema81.FieldType<unknown, unknown>;
27
27
  isOptional: true;
28
28
  };
29
29
  featureFlagKey: {
30
- type: _lssm_lib_schema165.FieldType<string, string>;
30
+ type: _lssm_lib_schema81.FieldType<string, string>;
31
31
  isOptional: true;
32
32
  };
33
- }>, _lssm_lib_schema165.SchemaModel<{
33
+ }>, _lssm_lib_schema81.SchemaModel<{
34
34
  id: {
35
- type: _lssm_lib_schema165.FieldType<string, string>;
35
+ type: _lssm_lib_schema81.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  name: {
39
- type: _lssm_lib_schema165.FieldType<string, string>;
39
+ type: _lssm_lib_schema81.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  slug: {
43
- type: _lssm_lib_schema165.FieldType<string, string>;
43
+ type: _lssm_lib_schema81.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  description: {
47
- type: _lssm_lib_schema165.FieldType<string, string>;
47
+ type: _lssm_lib_schema81.FieldType<string, string>;
48
48
  isOptional: true;
49
49
  };
50
50
  provider: {
51
- type: _lssm_lib_schema165.FieldType<string, string>;
51
+ type: _lssm_lib_schema81.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  status: {
55
- type: _lssm_lib_schema165.EnumType<[string, string, string, string, string]>;
55
+ type: _lssm_lib_schema81.EnumType<[string, string, string, string, string]>;
56
56
  isOptional: false;
57
57
  };
58
58
  createdAt: {
59
- type: _lssm_lib_schema165.FieldType<Date, string>;
59
+ type: _lssm_lib_schema81.FieldType<Date, string>;
60
60
  isOptional: false;
61
61
  };
62
62
  }>, {
63
63
  name: string;
64
64
  version: number;
65
65
  when: string;
66
- payload: _lssm_lib_schema165.SchemaModel<{
66
+ payload: _lssm_lib_schema81.SchemaModel<{
67
67
  id: {
68
- type: _lssm_lib_schema165.FieldType<string, string>;
68
+ type: _lssm_lib_schema81.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  name: {
72
- type: _lssm_lib_schema165.FieldType<string, string>;
72
+ type: _lssm_lib_schema81.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  slug: {
76
- type: _lssm_lib_schema165.FieldType<string, string>;
76
+ type: _lssm_lib_schema81.FieldType<string, string>;
77
77
  isOptional: false;
78
78
  };
79
79
  description: {
80
- type: _lssm_lib_schema165.FieldType<string, string>;
80
+ type: _lssm_lib_schema81.FieldType<string, string>;
81
81
  isOptional: true;
82
82
  };
83
83
  provider: {
84
- type: _lssm_lib_schema165.FieldType<string, string>;
84
+ type: _lssm_lib_schema81.FieldType<string, string>;
85
85
  isOptional: false;
86
86
  };
87
87
  status: {
88
- type: _lssm_lib_schema165.EnumType<[string, string, string, string, string]>;
88
+ type: _lssm_lib_schema81.EnumType<[string, string, string, string, string]>;
89
89
  isOptional: false;
90
90
  };
91
91
  createdAt: {
92
- type: _lssm_lib_schema165.FieldType<Date, string>;
92
+ type: _lssm_lib_schema81.FieldType<Date, string>;
93
93
  isOptional: false;
94
94
  };
95
95
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"integration.contracts.d.ts","names":[],"sources":["../../src/integration/integration.contracts.ts"],"sourcesContent":[],"mappings":";;;;;;;cAWa,gDAAyB,kCAAA;EAAzB,IAAA,EAAA;IAwBX,IAAA,EAAA,mBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAxBoC,WAAA,EAAA;;;;;;;;;;;;;;;;;;UAAA,mBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA"}
1
+ {"version":3,"file":"integration.contracts.d.ts","names":[],"sources":["../../src/integration/integration.contracts.ts"],"sourcesContent":[],"mappings":";;;;;;;cAWa,gDAAyB,iCAAA;EAAzB,IAAA,EAAA;IAwBX,IAAA,EAAA,kBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAxBoC,WAAA,EAAA;;;;;;;;;;;;;;;;;;UAAA,kBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA"}
@@ -1,10 +1,10 @@
1
- import * as _lssm_lib_schema188 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema104 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/integration/integration.enum.d.ts
4
4
  /**
5
5
  * Integration status enum.
6
6
  */
7
- declare const IntegrationStatusEnum: _lssm_lib_schema188.EnumType<[string, string, string, string, string]>;
7
+ declare const IntegrationStatusEnum: _lssm_lib_schema104.EnumType<[string, string, string, string, string]>;
8
8
  //#endregion
9
9
  export { IntegrationStatusEnum };
10
10
  //# sourceMappingURL=integration.enum.d.ts.map
@@ -1,65 +1,65 @@
1
- import * as _lssm_lib_schema313 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema105 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/integration/integration.schema.d.ts
4
4
  /**
5
5
  * An integration with an external system.
6
6
  */
7
- declare const IntegrationModel: _lssm_lib_schema313.SchemaModel<{
7
+ declare const IntegrationModel: _lssm_lib_schema105.SchemaModel<{
8
8
  id: {
9
- type: _lssm_lib_schema313.FieldType<string, string>;
9
+ type: _lssm_lib_schema105.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  name: {
13
- type: _lssm_lib_schema313.FieldType<string, string>;
13
+ type: _lssm_lib_schema105.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  slug: {
17
- type: _lssm_lib_schema313.FieldType<string, string>;
17
+ type: _lssm_lib_schema105.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  description: {
21
- type: _lssm_lib_schema313.FieldType<string, string>;
21
+ type: _lssm_lib_schema105.FieldType<string, string>;
22
22
  isOptional: true;
23
23
  };
24
24
  provider: {
25
- type: _lssm_lib_schema313.FieldType<string, string>;
25
+ type: _lssm_lib_schema105.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  status: {
29
- type: _lssm_lib_schema313.EnumType<[string, string, string, string, string]>;
29
+ type: _lssm_lib_schema105.EnumType<[string, string, string, string, string]>;
30
30
  isOptional: false;
31
31
  };
32
32
  createdAt: {
33
- type: _lssm_lib_schema313.FieldType<Date, string>;
33
+ type: _lssm_lib_schema105.FieldType<Date, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  }>;
37
37
  /**
38
38
  * Input for creating an integration.
39
39
  */
40
- declare const CreateIntegrationInputModel: _lssm_lib_schema313.SchemaModel<{
40
+ declare const CreateIntegrationInputModel: _lssm_lib_schema105.SchemaModel<{
41
41
  name: {
42
- type: _lssm_lib_schema313.FieldType<string, string>;
42
+ type: _lssm_lib_schema105.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  slug: {
46
- type: _lssm_lib_schema313.FieldType<string, string>;
46
+ type: _lssm_lib_schema105.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  description: {
50
- type: _lssm_lib_schema313.FieldType<string, string>;
50
+ type: _lssm_lib_schema105.FieldType<string, string>;
51
51
  isOptional: true;
52
52
  };
53
53
  provider: {
54
- type: _lssm_lib_schema313.FieldType<string, string>;
54
+ type: _lssm_lib_schema105.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  config: {
58
- type: _lssm_lib_schema313.FieldType<unknown, unknown>;
58
+ type: _lssm_lib_schema105.FieldType<unknown, unknown>;
59
59
  isOptional: true;
60
60
  };
61
61
  featureFlagKey: {
62
- type: _lssm_lib_schema313.FieldType<string, string>;
62
+ type: _lssm_lib_schema105.FieldType<string, string>;
63
63
  isOptional: true;
64
64
  };
65
65
  }>;