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

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,65 +1,65 @@
1
- import * as _lssm_lib_schema313 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema64 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_schema64.SchemaModel<{
8
8
  id: {
9
- type: _lssm_lib_schema313.FieldType<string, string>;
9
+ type: _lssm_lib_schema64.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  name: {
13
- type: _lssm_lib_schema313.FieldType<string, string>;
13
+ type: _lssm_lib_schema64.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  slug: {
17
- type: _lssm_lib_schema313.FieldType<string, string>;
17
+ type: _lssm_lib_schema64.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  description: {
21
- type: _lssm_lib_schema313.FieldType<string, string>;
21
+ type: _lssm_lib_schema64.FieldType<string, string>;
22
22
  isOptional: true;
23
23
  };
24
24
  provider: {
25
- type: _lssm_lib_schema313.FieldType<string, string>;
25
+ type: _lssm_lib_schema64.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_schema64.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_schema64.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_schema64.SchemaModel<{
41
41
  name: {
42
- type: _lssm_lib_schema313.FieldType<string, string>;
42
+ type: _lssm_lib_schema64.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  slug: {
46
- type: _lssm_lib_schema313.FieldType<string, string>;
46
+ type: _lssm_lib_schema64.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  description: {
50
- type: _lssm_lib_schema313.FieldType<string, string>;
50
+ type: _lssm_lib_schema64.FieldType<string, string>;
51
51
  isOptional: true;
52
52
  };
53
53
  provider: {
54
- type: _lssm_lib_schema313.FieldType<string, string>;
54
+ type: _lssm_lib_schema64.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  config: {
58
- type: _lssm_lib_schema313.FieldType<unknown, unknown>;
58
+ type: _lssm_lib_schema64.FieldType<unknown, unknown>;
59
59
  isOptional: true;
60
60
  };
61
61
  featureFlagKey: {
62
- type: _lssm_lib_schema313.FieldType<string, string>;
62
+ type: _lssm_lib_schema64.FieldType<string, string>;
63
63
  isOptional: true;
64
64
  };
65
65
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"integration.schema.d.ts","names":[],"sources":["../../src/integration/integration.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAMa,cAAA,gBAWX,sBAX2B,WAW3B,CAAA;EAAA,EAAA,EAAA;UAAA,mBAAA,CAAA;;;;;;;;IAX2B,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAgBhB,UAAA,EAAA,KAAA;EAaX,CAAA;;;;;;uCAbsC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;cAA3B,iDAA2B;;UAatC,mBAAA,CAAA"}
1
+ {"version":3,"file":"integration.schema.d.ts","names":[],"sources":["../../src/integration/integration.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAMa,cAAA,gBAWX,qBAX2B,WAW3B,CAAA;EAAA,EAAA,EAAA;UAAA,kBAAA,CAAA;;;;;;;;IAX2B,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAgBhB,UAAA,EAAA,KAAA;EAaX,CAAA;;;;;;sCAbsC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;cAA3B,gDAA2B;;UAatC,kBAAA,CAAA"}