@contractspec/example.locale-jurisdiction-gate 0.0.0-canary-20260114030712 → 0.0.0-canary-20260119224015

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.
@@ -38,8 +38,8 @@ $ tsdown
38
38
  ℹ dist/locale-jurisdiction-gate.feature.d.ts.map 0.19 kB │ gzip: 0.15 kB
39
39
  ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
40
40
  ℹ dist/operations/assistant.d.ts 7.28 kB │ gzip: 0.64 kB
41
- ℹ dist/entities/models.d.ts 5.48 kB │ gzip: 0.68 kB
42
- ℹ dist/events.d.ts 2.20 kB │ gzip: 0.38 kB
41
+ ℹ dist/entities/models.d.ts 5.43 kB │ gzip: 0.67 kB
42
+ ℹ dist/events.d.ts 2.24 kB │ gzip: 0.38 kB
43
43
  ℹ dist/handlers/demo.handlers.d.ts 1.48 kB │ gzip: 0.55 kB
44
44
  ℹ dist/index.d.ts 1.37 kB │ gzip: 0.42 kB
45
45
  ℹ dist/policy/guard.d.ts 0.93 kB │ gzip: 0.42 kB
@@ -52,5 +52,5 @@ $ tsdown
52
52
  ℹ dist/handlers/index.d.ts 0.15 kB │ gzip: 0.09 kB
53
53
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
54
54
  ℹ dist/docs/locale-jurisdiction-gate.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
55
- ℹ 46 files, total: 75.65 kB
56
- ✔ Build complete in 24261ms
55
+ ℹ 46 files, total: 75.64 kB
56
+ ✔ Build complete in 28147ms
@@ -3,7 +3,7 @@ $ tsc --noEmit
3
3
  $ tsdown
4
4
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
5
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/locale-jurisdiction-gate/tsdown.config.js
6
- ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/locale-jurisdiction-gate.feature.ts, src/docs/index.ts, src/docs/locale-jurisdiction-gate.docblock.ts, src/handlers/demo.handlers.ts, src/handlers/index.ts, src/entities/index.ts, src/entities/models.ts, src/operations/assistant.ts, src/operations/index.ts, src/policy/guard.ts, src/policy/index.ts, src/policy/types.ts
6
+ ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/locale-jurisdiction-gate.feature.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/demo.handlers.ts, src/handlers/index.ts, src/docs/index.ts, src/docs/locale-jurisdiction-gate.docblock.ts, src/policy/guard.ts, src/policy/index.ts, src/policy/types.ts, src/operations/assistant.ts, src/operations/index.ts
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -54,4 +54,4 @@ $ tsdown
54
54
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ dist/docs/locale-jurisdiction-gate.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ 46 files, total: 75.65 kB
57
- ✔ Build complete in 28121ms
57
+ ✔ Build complete in 30436ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
1
1
  # @contractspec/example.locale-jurisdiction-gate
2
2
 
3
- ## 0.0.0-canary-20260114030712
3
+ ## 0.0.0-canary-20260119224015
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c560ee7]
8
+ - @contractspec/lib.contracts@0.0.0-canary-20260119224015
9
+
10
+ ## 1.48.0
11
+
12
+ ### Minor Changes
13
+
14
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [b0444a4]
19
+ - @contractspec/lib.contracts@1.48.0
20
+ - @contractspec/lib.schema@1.48.0
21
+
22
+ ## 1.47.0
4
23
 
5
24
  ### Minor Changes
6
25
 
@@ -19,8 +38,8 @@
19
38
  - Updated dependencies [c231a8b]
20
39
  - Updated dependencies [42b8d78]
21
40
  - Updated dependencies [fd38e85]
22
- - @contractspec/lib.contracts@0.0.0-canary-20260114030712
23
- - @contractspec/lib.schema@0.0.0-canary-20260114030712
41
+ - @contractspec/lib.contracts@1.47.0
42
+ - @contractspec/lib.schema@1.47.0
24
43
 
25
44
  ## 1.46.2
26
45
 
@@ -1,135 +1,135 @@
1
- import * as _contractspec_lib_schema16 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/entities/models.d.ts
4
- declare const AllowedScopeEnum: _contractspec_lib_schema16.EnumType<[string, string, string]>;
5
- declare const UserProfileModel: _contractspec_lib_schema16.SchemaModel<{
4
+ declare const AllowedScopeEnum: _contractspec_lib_schema0.EnumType<[string, string, string]>;
5
+ declare const UserProfileModel: _contractspec_lib_schema0.SchemaModel<{
6
6
  preferredLocale: {
7
- type: _contractspec_lib_schema16.FieldType<string, string>;
7
+ type: _contractspec_lib_schema0.FieldType<string, string>;
8
8
  isOptional: true;
9
9
  };
10
10
  residencyCountry: {
11
- type: _contractspec_lib_schema16.FieldType<string, string>;
11
+ type: _contractspec_lib_schema0.FieldType<string, string>;
12
12
  isOptional: true;
13
13
  };
14
14
  taxResidenceCountry: {
15
- type: _contractspec_lib_schema16.FieldType<string, string>;
15
+ type: _contractspec_lib_schema0.FieldType<string, string>;
16
16
  isOptional: true;
17
17
  };
18
18
  clientType: {
19
- type: _contractspec_lib_schema16.FieldType<string, string>;
19
+ type: _contractspec_lib_schema0.FieldType<string, string>;
20
20
  isOptional: true;
21
21
  };
22
22
  }>;
23
- declare const RegulatoryContextModel: _contractspec_lib_schema16.SchemaModel<{
23
+ declare const RegulatoryContextModel: _contractspec_lib_schema0.SchemaModel<{
24
24
  jurisdiction: {
25
- type: _contractspec_lib_schema16.FieldType<string, string>;
25
+ type: _contractspec_lib_schema0.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  region: {
29
- type: _contractspec_lib_schema16.FieldType<string, string>;
29
+ type: _contractspec_lib_schema0.FieldType<string, string>;
30
30
  isOptional: true;
31
31
  };
32
32
  clientType: {
33
- type: _contractspec_lib_schema16.FieldType<string, string>;
33
+ type: _contractspec_lib_schema0.FieldType<string, string>;
34
34
  isOptional: true;
35
35
  };
36
36
  allowedScope: {
37
- type: _contractspec_lib_schema16.EnumType<[string, string, string]>;
37
+ type: _contractspec_lib_schema0.EnumType<[string, string, string]>;
38
38
  isOptional: false;
39
39
  };
40
40
  }>;
41
- declare const LLMCallEnvelopeModel: _contractspec_lib_schema16.SchemaModel<{
41
+ declare const LLMCallEnvelopeModel: _contractspec_lib_schema0.SchemaModel<{
42
42
  traceId: {
43
- type: _contractspec_lib_schema16.FieldType<string, string>;
43
+ type: _contractspec_lib_schema0.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  locale: {
47
- type: _contractspec_lib_schema16.FieldType<string, string>;
47
+ type: _contractspec_lib_schema0.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  regulatoryContext: {
51
- type: _contractspec_lib_schema16.SchemaModel<{
51
+ type: _contractspec_lib_schema0.SchemaModel<{
52
52
  jurisdiction: {
53
- type: _contractspec_lib_schema16.FieldType<string, string>;
53
+ type: _contractspec_lib_schema0.FieldType<string, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  region: {
57
- type: _contractspec_lib_schema16.FieldType<string, string>;
57
+ type: _contractspec_lib_schema0.FieldType<string, string>;
58
58
  isOptional: true;
59
59
  };
60
60
  clientType: {
61
- type: _contractspec_lib_schema16.FieldType<string, string>;
61
+ type: _contractspec_lib_schema0.FieldType<string, string>;
62
62
  isOptional: true;
63
63
  };
64
64
  allowedScope: {
65
- type: _contractspec_lib_schema16.EnumType<[string, string, string]>;
65
+ type: _contractspec_lib_schema0.EnumType<[string, string, string]>;
66
66
  isOptional: false;
67
67
  };
68
68
  }>;
69
69
  isOptional: false;
70
70
  };
71
71
  kbSnapshotId: {
72
- type: _contractspec_lib_schema16.FieldType<string, string>;
72
+ type: _contractspec_lib_schema0.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  allowedScope: {
76
- type: _contractspec_lib_schema16.EnumType<[string, string, string]>;
76
+ type: _contractspec_lib_schema0.EnumType<[string, string, string]>;
77
77
  isOptional: false;
78
78
  };
79
79
  }>;
80
- declare const AssistantCitationModel: _contractspec_lib_schema16.SchemaModel<{
80
+ declare const AssistantCitationModel: _contractspec_lib_schema0.SchemaModel<{
81
81
  kbSnapshotId: {
82
- type: _contractspec_lib_schema16.FieldType<string, string>;
82
+ type: _contractspec_lib_schema0.FieldType<string, string>;
83
83
  isOptional: false;
84
84
  };
85
85
  sourceType: {
86
- type: _contractspec_lib_schema16.FieldType<string, string>;
86
+ type: _contractspec_lib_schema0.FieldType<string, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  sourceId: {
90
- type: _contractspec_lib_schema16.FieldType<string, string>;
90
+ type: _contractspec_lib_schema0.FieldType<string, string>;
91
91
  isOptional: false;
92
92
  };
93
93
  title: {
94
- type: _contractspec_lib_schema16.FieldType<string, string>;
94
+ type: _contractspec_lib_schema0.FieldType<string, string>;
95
95
  isOptional: true;
96
96
  };
97
97
  excerpt: {
98
- type: _contractspec_lib_schema16.FieldType<string, string>;
98
+ type: _contractspec_lib_schema0.FieldType<string, string>;
99
99
  isOptional: true;
100
100
  };
101
101
  }>;
102
- declare const AssistantAnswerSectionModel: _contractspec_lib_schema16.SchemaModel<{
102
+ declare const AssistantAnswerSectionModel: _contractspec_lib_schema0.SchemaModel<{
103
103
  heading: {
104
- type: _contractspec_lib_schema16.FieldType<string, string>;
104
+ type: _contractspec_lib_schema0.FieldType<string, string>;
105
105
  isOptional: false;
106
106
  };
107
107
  body: {
108
- type: _contractspec_lib_schema16.FieldType<string, string>;
108
+ type: _contractspec_lib_schema0.FieldType<string, string>;
109
109
  isOptional: false;
110
110
  };
111
111
  }>;
112
- declare const AssistantAnswerIRModel: _contractspec_lib_schema16.SchemaModel<{
112
+ declare const AssistantAnswerIRModel: _contractspec_lib_schema0.SchemaModel<{
113
113
  locale: {
114
- type: _contractspec_lib_schema16.FieldType<string, string>;
114
+ type: _contractspec_lib_schema0.FieldType<string, string>;
115
115
  isOptional: false;
116
116
  };
117
117
  jurisdiction: {
118
- type: _contractspec_lib_schema16.FieldType<string, string>;
118
+ type: _contractspec_lib_schema0.FieldType<string, string>;
119
119
  isOptional: false;
120
120
  };
121
121
  allowedScope: {
122
- type: _contractspec_lib_schema16.EnumType<[string, string, string]>;
122
+ type: _contractspec_lib_schema0.EnumType<[string, string, string]>;
123
123
  isOptional: false;
124
124
  };
125
125
  sections: {
126
- type: _contractspec_lib_schema16.SchemaModel<{
126
+ type: _contractspec_lib_schema0.SchemaModel<{
127
127
  heading: {
128
- type: _contractspec_lib_schema16.FieldType<string, string>;
128
+ type: _contractspec_lib_schema0.FieldType<string, string>;
129
129
  isOptional: false;
130
130
  };
131
131
  body: {
132
- type: _contractspec_lib_schema16.FieldType<string, string>;
132
+ type: _contractspec_lib_schema0.FieldType<string, string>;
133
133
  isOptional: false;
134
134
  };
135
135
  }>;
@@ -137,25 +137,25 @@ declare const AssistantAnswerIRModel: _contractspec_lib_schema16.SchemaModel<{
137
137
  isOptional: false;
138
138
  };
139
139
  citations: {
140
- type: _contractspec_lib_schema16.SchemaModel<{
140
+ type: _contractspec_lib_schema0.SchemaModel<{
141
141
  kbSnapshotId: {
142
- type: _contractspec_lib_schema16.FieldType<string, string>;
142
+ type: _contractspec_lib_schema0.FieldType<string, string>;
143
143
  isOptional: false;
144
144
  };
145
145
  sourceType: {
146
- type: _contractspec_lib_schema16.FieldType<string, string>;
146
+ type: _contractspec_lib_schema0.FieldType<string, string>;
147
147
  isOptional: false;
148
148
  };
149
149
  sourceId: {
150
- type: _contractspec_lib_schema16.FieldType<string, string>;
150
+ type: _contractspec_lib_schema0.FieldType<string, string>;
151
151
  isOptional: false;
152
152
  };
153
153
  title: {
154
- type: _contractspec_lib_schema16.FieldType<string, string>;
154
+ type: _contractspec_lib_schema0.FieldType<string, string>;
155
155
  isOptional: true;
156
156
  };
157
157
  excerpt: {
158
- type: _contractspec_lib_schema16.FieldType<string, string>;
158
+ type: _contractspec_lib_schema0.FieldType<string, string>;
159
159
  isOptional: true;
160
160
  };
161
161
  }>;
@@ -163,21 +163,21 @@ declare const AssistantAnswerIRModel: _contractspec_lib_schema16.SchemaModel<{
163
163
  isOptional: false;
164
164
  };
165
165
  disclaimers: {
166
- type: _contractspec_lib_schema16.FieldType<string, string>;
166
+ type: _contractspec_lib_schema0.FieldType<string, string>;
167
167
  isArray: true;
168
168
  isOptional: true;
169
169
  };
170
170
  riskFlags: {
171
- type: _contractspec_lib_schema16.FieldType<string, string>;
171
+ type: _contractspec_lib_schema0.FieldType<string, string>;
172
172
  isArray: true;
173
173
  isOptional: true;
174
174
  };
175
175
  refused: {
176
- type: _contractspec_lib_schema16.FieldType<boolean, boolean>;
176
+ type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
177
177
  isOptional: true;
178
178
  };
179
179
  refusalReason: {
180
- type: _contractspec_lib_schema16.FieldType<string, string>;
180
+ type: _contractspec_lib_schema0.FieldType<string, string>;
181
181
  isOptional: true;
182
182
  };
183
183
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","names":[],"sources":["../../src/entities/models.ts"],"sourcesContent":[],"mappings":";;;cAMa,kBAIX,0BAAA,CAJ2B;cAMhB,6CAAgB;;IANhB,IAAA,EAwBX,0BAAA,CAAA,SApBA,CAAA,MAJ2B,EAAA,MAAA,CAAA;IAMhB,UAAA,EAAA,IAkBX;EAAA,CAAA;;;;;EAlB2B,mBAAA,EAAA;IAoBhB,IAAA,sCASX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;;EATiC,CAAA;AAWnC,CAAA,CAAA;AAWE,cAtBW,sBAsBX,6BAtBiC,WAsBjC,CAAA;;UAbA,0BAAA,CAAA;;;;;;;;IAE+B,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAapB,UAAA,EAAA,IAAA;EAWX,CAAA;;;;;;AAXiC,cAbtB,oBAasB,6BAbF,WAaE,CAAA;EAatB,OAAA,EAAA;IAOX,IAAA,EAtBA,0BAAA,CAAA,SAsBA,CAAA,MAAA,EAAA,MAAA,CAAA;;;EAPsC,MAAA,EAAA;IAS3B,IAAA,sCA+BX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;;QA/BiC,IAAA,qCAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;;;;;;;;;;;;;;;cAtBtB,mDAAsB;;UAWjC,0BAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAEW,wDAA2B;;UAOtC,0BAAA,CAAA;;;;;;;;cAEW,mDAAsB;;UA+BjC,0BAAA,CAAA"}
1
+ {"version":3,"file":"models.d.ts","names":[],"sources":["../../src/entities/models.ts"],"sourcesContent":[],"mappings":";;;cAMa,kBAIX,yBAAA,CAJ2B;cAMhB,4CAAgB;;IANhB,IAAA,EAwBX,yBAAA,CAAA,SApBA,CAAA,MAJ2B,EAAA,MAAA,CAAA;IAMhB,UAAA,EAAA,IAkBX;EAAA,CAAA;;;;;EAlB2B,mBAAA,EAAA;IAoBhB,IAAA,qCASX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;;EATiC,CAAA;AAWnC,CAAA,CAAA;AAWE,cAtBW,sBAsBX,4BAtBiC,WAsBjC,CAAA;;UAbA,yBAAA,CAAA;;;;;;;;IAE+B,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAapB,UAAA,EAAA,IAAA;EAWX,CAAA;;;;;;AAXiC,cAbtB,oBAasB,4BAbF,WAaE,CAAA;EAatB,OAAA,EAAA;IAOX,IAAA,EAtBA,yBAAA,CAAA,SAsBA,CAAA,MAAA,EAAA,MAAA,CAAA;;;EAPsC,MAAA,EAAA;IAS3B,IAAA,qCA+BX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;;QA/BiC,IAAA,oCAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;;;;;;;;;;;;;;;cAtBtB,kDAAsB;;UAWjC,yBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAEW,uDAA2B;;UAOtC,yBAAA,CAAA;;;;;;;;cAEW,kDAAsB;;UA+BjC,yBAAA,CAAA"}
package/dist/events.d.ts CHANGED
@@ -1,66 +1,66 @@
1
- import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
2
+ import * as _contractspec_lib_schema104 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/events.d.ts
5
- declare const AssistantAnswerRequestedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
5
+ declare const AssistantAnswerRequestedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema104.SchemaModel<{
6
6
  traceId: {
7
- type: _contractspec_lib_schema0.FieldType<string, string>;
7
+ type: _contractspec_lib_schema104.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  locale: {
11
- type: _contractspec_lib_schema0.FieldType<string, string>;
11
+ type: _contractspec_lib_schema104.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  jurisdiction: {
15
- type: _contractspec_lib_schema0.FieldType<string, string>;
15
+ type: _contractspec_lib_schema104.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  kbSnapshotId: {
19
- type: _contractspec_lib_schema0.FieldType<string, string>;
19
+ type: _contractspec_lib_schema104.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  allowedScope: {
23
- type: _contractspec_lib_schema0.FieldType<string, string>;
23
+ type: _contractspec_lib_schema104.FieldType<string, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  }>>;
27
- declare const AssistantAnswerBlockedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
27
+ declare const AssistantAnswerBlockedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema104.SchemaModel<{
28
28
  traceId: {
29
- type: _contractspec_lib_schema0.FieldType<string, string>;
29
+ type: _contractspec_lib_schema104.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  reasonCode: {
33
- type: _contractspec_lib_schema0.FieldType<string, string>;
33
+ type: _contractspec_lib_schema104.FieldType<string, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  reason: {
37
- type: _contractspec_lib_schema0.FieldType<string, string>;
37
+ type: _contractspec_lib_schema104.FieldType<string, string>;
38
38
  isOptional: false;
39
39
  };
40
40
  }>>;
41
- declare const AssistantAnswerDeliveredEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
41
+ declare const AssistantAnswerDeliveredEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema104.SchemaModel<{
42
42
  traceId: {
43
- type: _contractspec_lib_schema0.FieldType<string, string>;
43
+ type: _contractspec_lib_schema104.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  locale: {
47
- type: _contractspec_lib_schema0.FieldType<string, string>;
47
+ type: _contractspec_lib_schema104.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  jurisdiction: {
51
- type: _contractspec_lib_schema0.FieldType<string, string>;
51
+ type: _contractspec_lib_schema104.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  kbSnapshotId: {
55
- type: _contractspec_lib_schema0.FieldType<string, string>;
55
+ type: _contractspec_lib_schema104.FieldType<string, string>;
56
56
  isOptional: false;
57
57
  };
58
58
  allowedScope: {
59
- type: _contractspec_lib_schema0.FieldType<string, string>;
59
+ type: _contractspec_lib_schema104.FieldType<string, string>;
60
60
  isOptional: false;
61
61
  };
62
62
  citationsCount: {
63
- type: _contractspec_lib_schema0.FieldType<number, number>;
63
+ type: _contractspec_lib_schema104.FieldType<number, number>;
64
64
  isOptional: false;
65
65
  };
66
66
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAea,+BAA6B,4BAAA,CAAA,oCAAA;;UAUxC,yBAAA,CAAA;;EAVW,CAAA;EAUX,MAAA,EAAA;;;;;6CAVwC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAsB7B,YAAA,EAAA;IAUX,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;IAVsC,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAyB3B,CAAA;CAWX,CAAA,CAAA;cApCW,6BAA2B,4BAAA,CAAA,oCAAA;;UAUtC,yBAAA,CAAA;;;;IAewC,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;cAA7B,+BAA6B,4BAAA,CAAA,oCAAA;;UAWxC,yBAAA,CAAA"}
1
+ {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAea,+BAA6B,4BAAA,CAAA,sCAAA;;UAUxC,2BAAA,CAAA;;EAVW,CAAA;EAUX,MAAA,EAAA;;;;;+CAVwC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAsB7B,YAAA,EAAA;IAUX,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;IAVsC,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAyB3B,CAAA;CAWX,CAAA,CAAA;cApCW,6BAA2B,4BAAA,CAAA,sCAAA;;UAUtC,2BAAA,CAAA;;;;IAewC,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;cAA7B,+BAA6B,4BAAA,CAAA,sCAAA;;UAWxC,2BAAA,CAAA"}
package/dist/example.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts3.ExampleSpec;
4
+ declare const example: _contractspec_lib_contracts0.ExampleSpec;
5
5
  //#endregion
6
6
  export { example as default };
7
7
  //# sourceMappingURL=example.d.ts.map