@contractspec/example.saas-boilerplate 1.45.4 → 1.45.5

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,168 +1,168 @@
1
- import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema101 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/billing/billing.schema.d.ts
4
4
  /**
5
5
  * Organization subscription details schema.
6
6
  */
7
- declare const SubscriptionModel: _contractspec_lib_schema0.SchemaModel<{
7
+ declare const SubscriptionModel: _contractspec_lib_schema101.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema0.FieldType<string, string>;
9
+ type: _contractspec_lib_schema101.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  organizationId: {
13
- type: _contractspec_lib_schema0.FieldType<string, string>;
13
+ type: _contractspec_lib_schema101.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  planId: {
17
- type: _contractspec_lib_schema0.FieldType<string, string>;
17
+ type: _contractspec_lib_schema101.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  planName: {
21
- type: _contractspec_lib_schema0.FieldType<string, string>;
21
+ type: _contractspec_lib_schema101.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  status: {
25
- type: _contractspec_lib_schema0.EnumType<[string, string, string, string, string]>;
25
+ type: _contractspec_lib_schema101.EnumType<[string, string, string, string, string]>;
26
26
  isOptional: false;
27
27
  };
28
28
  currentPeriodStart: {
29
- type: _contractspec_lib_schema0.FieldType<Date, string>;
29
+ type: _contractspec_lib_schema101.FieldType<Date, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  currentPeriodEnd: {
33
- type: _contractspec_lib_schema0.FieldType<Date, string>;
33
+ type: _contractspec_lib_schema101.FieldType<Date, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  trialEndsAt: {
37
- type: _contractspec_lib_schema0.FieldType<Date, string>;
37
+ type: _contractspec_lib_schema101.FieldType<Date, string>;
38
38
  isOptional: true;
39
39
  };
40
40
  cancelAtPeriodEnd: {
41
- type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
41
+ type: _contractspec_lib_schema101.FieldType<boolean, boolean>;
42
42
  isOptional: false;
43
43
  };
44
44
  }>;
45
45
  /**
46
46
  * Usage summary for a feature schema.
47
47
  */
48
- declare const UsageSummaryModel: _contractspec_lib_schema0.SchemaModel<{
48
+ declare const UsageSummaryModel: _contractspec_lib_schema101.SchemaModel<{
49
49
  feature: {
50
- type: _contractspec_lib_schema0.FieldType<string, string>;
50
+ type: _contractspec_lib_schema101.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  used: {
54
- type: _contractspec_lib_schema0.FieldType<number, number>;
54
+ type: _contractspec_lib_schema101.FieldType<number, number>;
55
55
  isOptional: false;
56
56
  };
57
57
  limit: {
58
- type: _contractspec_lib_schema0.FieldType<number, number>;
58
+ type: _contractspec_lib_schema101.FieldType<number, number>;
59
59
  isOptional: true;
60
60
  };
61
61
  unit: {
62
- type: _contractspec_lib_schema0.FieldType<string, string>;
62
+ type: _contractspec_lib_schema101.FieldType<string, string>;
63
63
  isOptional: true;
64
64
  };
65
65
  percentage: {
66
- type: _contractspec_lib_schema0.FieldType<number, number>;
66
+ type: _contractspec_lib_schema101.FieldType<number, number>;
67
67
  isOptional: true;
68
68
  };
69
69
  }>;
70
70
  /**
71
71
  * Input for recording feature usage.
72
72
  */
73
- declare const RecordUsageInputModel: _contractspec_lib_schema0.SchemaModel<{
73
+ declare const RecordUsageInputModel: _contractspec_lib_schema101.SchemaModel<{
74
74
  feature: {
75
- type: _contractspec_lib_schema0.FieldType<string, string>;
75
+ type: _contractspec_lib_schema101.FieldType<string, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  quantity: {
79
- type: _contractspec_lib_schema0.FieldType<number, number>;
79
+ type: _contractspec_lib_schema101.FieldType<number, number>;
80
80
  isOptional: false;
81
81
  };
82
82
  sourceId: {
83
- type: _contractspec_lib_schema0.FieldType<string, string>;
83
+ type: _contractspec_lib_schema101.FieldType<string, string>;
84
84
  isOptional: true;
85
85
  };
86
86
  sourceType: {
87
- type: _contractspec_lib_schema0.FieldType<string, string>;
87
+ type: _contractspec_lib_schema101.FieldType<string, string>;
88
88
  isOptional: true;
89
89
  };
90
90
  metadata: {
91
- type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
91
+ type: _contractspec_lib_schema101.FieldType<Record<string, unknown>, Record<string, unknown>>;
92
92
  isOptional: true;
93
93
  };
94
94
  }>;
95
95
  /**
96
96
  * Output for recording feature usage.
97
97
  */
98
- declare const RecordUsageOutputModel: _contractspec_lib_schema0.SchemaModel<{
98
+ declare const RecordUsageOutputModel: _contractspec_lib_schema101.SchemaModel<{
99
99
  recorded: {
100
- type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
100
+ type: _contractspec_lib_schema101.FieldType<boolean, boolean>;
101
101
  isOptional: false;
102
102
  };
103
103
  currentUsage: {
104
- type: _contractspec_lib_schema0.FieldType<number, number>;
104
+ type: _contractspec_lib_schema101.FieldType<number, number>;
105
105
  isOptional: false;
106
106
  };
107
107
  limit: {
108
- type: _contractspec_lib_schema0.FieldType<number, number>;
108
+ type: _contractspec_lib_schema101.FieldType<number, number>;
109
109
  isOptional: true;
110
110
  };
111
111
  limitReached: {
112
- type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
112
+ type: _contractspec_lib_schema101.FieldType<boolean, boolean>;
113
113
  isOptional: false;
114
114
  };
115
115
  }>;
116
116
  /**
117
117
  * Payload for usage.recorded event.
118
118
  */
119
- declare const UsageRecordedPayloadModel: _contractspec_lib_schema0.SchemaModel<{
119
+ declare const UsageRecordedPayloadModel: _contractspec_lib_schema101.SchemaModel<{
120
120
  feature: {
121
- type: _contractspec_lib_schema0.FieldType<string, string>;
121
+ type: _contractspec_lib_schema101.FieldType<string, string>;
122
122
  isOptional: false;
123
123
  };
124
124
  quantity: {
125
- type: _contractspec_lib_schema0.FieldType<number, number>;
125
+ type: _contractspec_lib_schema101.FieldType<number, number>;
126
126
  isOptional: false;
127
127
  };
128
128
  }>;
129
129
  /**
130
130
  * Input for getting usage summary.
131
131
  */
132
- declare const GetUsageSummaryInputModel: _contractspec_lib_schema0.SchemaModel<{
132
+ declare const GetUsageSummaryInputModel: _contractspec_lib_schema101.SchemaModel<{
133
133
  billingPeriod: {
134
- type: _contractspec_lib_schema0.FieldType<string, string>;
134
+ type: _contractspec_lib_schema101.FieldType<string, string>;
135
135
  isOptional: true;
136
136
  };
137
137
  }>;
138
138
  /**
139
139
  * Output for usage summary.
140
140
  */
141
- declare const GetUsageSummaryOutputModel: _contractspec_lib_schema0.SchemaModel<{
141
+ declare const GetUsageSummaryOutputModel: _contractspec_lib_schema101.SchemaModel<{
142
142
  billingPeriod: {
143
- type: _contractspec_lib_schema0.FieldType<string, string>;
143
+ type: _contractspec_lib_schema101.FieldType<string, string>;
144
144
  isOptional: false;
145
145
  };
146
146
  usage: {
147
- type: _contractspec_lib_schema0.SchemaModel<{
147
+ type: _contractspec_lib_schema101.SchemaModel<{
148
148
  feature: {
149
- type: _contractspec_lib_schema0.FieldType<string, string>;
149
+ type: _contractspec_lib_schema101.FieldType<string, string>;
150
150
  isOptional: false;
151
151
  };
152
152
  used: {
153
- type: _contractspec_lib_schema0.FieldType<number, number>;
153
+ type: _contractspec_lib_schema101.FieldType<number, number>;
154
154
  isOptional: false;
155
155
  };
156
156
  limit: {
157
- type: _contractspec_lib_schema0.FieldType<number, number>;
157
+ type: _contractspec_lib_schema101.FieldType<number, number>;
158
158
  isOptional: true;
159
159
  };
160
160
  unit: {
161
- type: _contractspec_lib_schema0.FieldType<string, string>;
161
+ type: _contractspec_lib_schema101.FieldType<string, string>;
162
162
  isOptional: true;
163
163
  };
164
164
  percentage: {
165
- type: _contractspec_lib_schema0.FieldType<number, number>;
165
+ type: _contractspec_lib_schema101.FieldType<number, number>;
166
166
  isOptional: true;
167
167
  };
168
168
  }>;
@@ -173,26 +173,26 @@ declare const GetUsageSummaryOutputModel: _contractspec_lib_schema0.SchemaModel<
173
173
  /**
174
174
  * Input for checking feature access.
175
175
  */
176
- declare const CheckFeatureAccessInputModel: _contractspec_lib_schema0.SchemaModel<{
176
+ declare const CheckFeatureAccessInputModel: _contractspec_lib_schema101.SchemaModel<{
177
177
  feature: {
178
- type: _contractspec_lib_schema0.FieldType<string, string>;
178
+ type: _contractspec_lib_schema101.FieldType<string, string>;
179
179
  isOptional: false;
180
180
  };
181
181
  }>;
182
182
  /**
183
183
  * Output for feature access check.
184
184
  */
185
- declare const CheckFeatureAccessOutputModel: _contractspec_lib_schema0.SchemaModel<{
185
+ declare const CheckFeatureAccessOutputModel: _contractspec_lib_schema101.SchemaModel<{
186
186
  hasAccess: {
187
- type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
187
+ type: _contractspec_lib_schema101.FieldType<boolean, boolean>;
188
188
  isOptional: false;
189
189
  };
190
190
  reason: {
191
- type: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
191
+ type: _contractspec_lib_schema101.EnumType<[string, string, string, string]>;
192
192
  isOptional: true;
193
193
  };
194
194
  upgradeUrl: {
195
- type: _contractspec_lib_schema0.FieldType<string, string>;
195
+ type: _contractspec_lib_schema101.FieldType<string, string>;
196
196
  isOptional: true;
197
197
  };
198
198
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"billing.schema.d.ts","names":[],"sources":["../../src/billing/billing.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AASa,cAAA,iBAiBX,4BAjB4B,WAiB5B,CAAA;EAAA,EAAA,EAAA;UAAA,yBAAA,CAAA;;;;;;;;;;;;IAjB4B,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAsBjB,UAAA,EAAA,KAUX;EAAA,CAAA;;;;;;IAV4B,IAAA,qCAAA,KAAA,EAAA,MAAA,CAAA;IAejB,UAAA,EAAA,KAAA;EAUX,CAAA;;;;;;;;EAVgC,CAAA;EAerB,iBAAA,EAAA;IASX,IAAA,qCAAA,CAAA,OAAA,EAAA,OAAA,CAAA;;;;;;AAKF;AAOE,cAnDW,iBAmDX,4BAnD4B,WAmD5B,CAAA;;UAzCA,yBAAA,CAAA,SAkCoC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAYzB,CAAA;EAWA,IAAA,EAAA;IAUX,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;IAVqC,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAe1B,UAAA,EAAA,IAAA;EAWA,CAAA;EAQX,UAAA,EAAA;;;;CARwC,CAAA;;;;cA9E7B,iDAAqB;;UAUhC,yBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;cAKW,kDAAsB;;UASjC,yBAAA,CAAA;;;;;;;;;;;;;;;;;;;cAKW,qDAAyB;;UAOpC,yBAAA,CAAA;;;;;;;;;;;cAKW,2BAMX,yBAAA,CANoC;;UAMpC,yBAAA,CAAA;;;;;;;cAKW,sDAA0B;;UAUrC,yBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,8BAMX,yBAAA,CANuC;;UAMvC,yBAAA,CAAA;;;;;;;cAKW,yDAA6B;;UAQxC,yBAAA,CAAA"}
1
+ {"version":3,"file":"billing.schema.d.ts","names":[],"sources":["../../src/billing/billing.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AASa,cAAA,iBAiBX,8BAjB4B,WAiB5B,CAAA;EAAA,EAAA,EAAA;UAAA,2BAAA,CAAA;;;;;;;;;;;;IAjB4B,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAsBjB,UAAA,EAAA,KAUX;EAAA,CAAA;;;;;;IAV4B,IAAA,uCAAA,KAAA,EAAA,MAAA,CAAA;IAejB,UAAA,EAAA,KAAA;EAUX,CAAA;;;;;;;;EAVgC,CAAA;EAerB,iBAAA,EAAA;IASX,IAAA,uCAAA,CAAA,OAAA,EAAA,OAAA,CAAA;;;;;;AAKF;AAOE,cAnDW,iBAmDX,8BAnD4B,WAmD5B,CAAA;;UAzCA,2BAAA,CAAA,SAkCoC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAYzB,CAAA;EAWA,IAAA,EAAA;IAUX,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;IAVqC,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAe1B,UAAA,EAAA,IAAA;EAWA,CAAA;EAQX,UAAA,EAAA;;;;CARwC,CAAA;;;;cA9E7B,mDAAqB;;UAUhC,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;cAKW,oDAAsB;;UASjC,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;cAKW,uDAAyB;;UAOpC,2BAAA,CAAA;;;;;;;;;;;cAKW,2BAMX,2BAAA,CANoC;;UAMpC,2BAAA,CAAA;;;;;;;cAKW,wDAA0B;;UAUrC,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,8BAMX,2BAAA,CANuC;;UAMvC,2BAAA,CAAA;;;;;;;cAKW,2DAA6B;;UAQxC,2BAAA,CAAA"}
@@ -1,39 +1,39 @@
1
- import * as _contractspec_lib_schema192 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema147 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/project/project.entity.d.ts
4
4
  /**
5
5
  * Project status enum for entities.
6
6
  */
7
- declare const ProjectStatusEnum: _contractspec_lib_schema192.EntityEnumDef;
7
+ declare const ProjectStatusEnum: _contractspec_lib_schema147.EntityEnumDef;
8
8
  /**
9
9
  * Project entity - team-scoped work container.
10
10
  */
11
- declare const ProjectEntity: _contractspec_lib_schema192.EntitySpec<{
12
- id: _contractspec_lib_schema192.EntityScalarField;
13
- name: _contractspec_lib_schema192.EntityScalarField;
14
- description: _contractspec_lib_schema192.EntityScalarField;
15
- slug: _contractspec_lib_schema192.EntityScalarField;
16
- organizationId: _contractspec_lib_schema192.EntityScalarField;
17
- createdBy: _contractspec_lib_schema192.EntityScalarField;
18
- status: _contractspec_lib_schema192.EntityEnumField;
19
- isPublic: _contractspec_lib_schema192.EntityScalarField;
20
- settings: _contractspec_lib_schema192.EntityScalarField;
21
- tags: _contractspec_lib_schema192.EntityScalarField;
22
- metadata: _contractspec_lib_schema192.EntityScalarField;
23
- createdAt: _contractspec_lib_schema192.EntityScalarField;
24
- updatedAt: _contractspec_lib_schema192.EntityScalarField;
25
- archivedAt: _contractspec_lib_schema192.EntityScalarField;
11
+ declare const ProjectEntity: _contractspec_lib_schema147.EntitySpec<{
12
+ id: _contractspec_lib_schema147.EntityScalarField;
13
+ name: _contractspec_lib_schema147.EntityScalarField;
14
+ description: _contractspec_lib_schema147.EntityScalarField;
15
+ slug: _contractspec_lib_schema147.EntityScalarField;
16
+ organizationId: _contractspec_lib_schema147.EntityScalarField;
17
+ createdBy: _contractspec_lib_schema147.EntityScalarField;
18
+ status: _contractspec_lib_schema147.EntityEnumField;
19
+ isPublic: _contractspec_lib_schema147.EntityScalarField;
20
+ settings: _contractspec_lib_schema147.EntityScalarField;
21
+ tags: _contractspec_lib_schema147.EntityScalarField;
22
+ metadata: _contractspec_lib_schema147.EntityScalarField;
23
+ createdAt: _contractspec_lib_schema147.EntityScalarField;
24
+ updatedAt: _contractspec_lib_schema147.EntityScalarField;
25
+ archivedAt: _contractspec_lib_schema147.EntityScalarField;
26
26
  }>;
27
27
  /**
28
28
  * ProjectMember entity - project-level access.
29
29
  */
30
- declare const ProjectMemberEntity: _contractspec_lib_schema192.EntitySpec<{
31
- id: _contractspec_lib_schema192.EntityScalarField;
32
- projectId: _contractspec_lib_schema192.EntityScalarField;
33
- userId: _contractspec_lib_schema192.EntityScalarField;
34
- role: _contractspec_lib_schema192.EntityScalarField;
35
- addedBy: _contractspec_lib_schema192.EntityScalarField;
36
- createdAt: _contractspec_lib_schema192.EntityScalarField;
30
+ declare const ProjectMemberEntity: _contractspec_lib_schema147.EntitySpec<{
31
+ id: _contractspec_lib_schema147.EntityScalarField;
32
+ projectId: _contractspec_lib_schema147.EntityScalarField;
33
+ userId: _contractspec_lib_schema147.EntityScalarField;
34
+ role: _contractspec_lib_schema147.EntityScalarField;
35
+ addedBy: _contractspec_lib_schema147.EntityScalarField;
36
+ createdAt: _contractspec_lib_schema147.EntityScalarField;
37
37
  }>;
38
38
  //#endregion
39
39
  export { ProjectEntity, ProjectMemberEntity, ProjectStatusEnum };
@@ -1,4 +1,4 @@
1
- import * as _contractspec_lib_schema147 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema170 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/project/project.enum.d.ts
4
4
 
@@ -6,11 +6,11 @@ import * as _contractspec_lib_schema147 from "@contractspec/lib.schema";
6
6
  * Project status enum for contract schemas.
7
7
  * Note: Entity enum is defined separately in project.entity.ts
8
8
  */
9
- declare const ProjectStatusSchemaEnum: _contractspec_lib_schema147.EnumType<[string, string, string, string]>;
9
+ declare const ProjectStatusSchemaEnum: _contractspec_lib_schema170.EnumType<[string, string, string, string]>;
10
10
  /**
11
11
  * Project status filter enum (includes 'all' option).
12
12
  */
13
- declare const ProjectStatusFilterEnum: _contractspec_lib_schema147.EnumType<[string, string, string, string]>;
13
+ declare const ProjectStatusFilterEnum: _contractspec_lib_schema170.EnumType<[string, string, string, string]>;
14
14
  //#endregion
15
15
  export { ProjectStatusFilterEnum, ProjectStatusSchemaEnum };
16
16
  //# sourceMappingURL=project.enum.d.ts.map
@@ -1,89 +1,89 @@
1
- import * as _contractspec_lib_schema149 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema172 from "@contractspec/lib.schema";
2
2
  import * as _contractspec_lib_contracts6 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/project/project.event.d.ts
5
5
  /**
6
6
  * Event: A new project has been created.
7
7
  */
8
- declare const ProjectCreatedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema149.SchemaModel<{
8
+ declare const ProjectCreatedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema172.SchemaModel<{
9
9
  projectId: {
10
- type: _contractspec_lib_schema149.FieldType<string, string>;
10
+ type: _contractspec_lib_schema172.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  name: {
14
- type: _contractspec_lib_schema149.FieldType<string, string>;
14
+ type: _contractspec_lib_schema172.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  organizationId: {
18
- type: _contractspec_lib_schema149.FieldType<string, string>;
18
+ type: _contractspec_lib_schema172.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  createdBy: {
22
- type: _contractspec_lib_schema149.FieldType<string, string>;
22
+ type: _contractspec_lib_schema172.FieldType<string, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  createdAt: {
26
- type: _contractspec_lib_schema149.FieldType<Date, string>;
26
+ type: _contractspec_lib_schema172.FieldType<Date, string>;
27
27
  isOptional: false;
28
28
  };
29
29
  }>>;
30
30
  /**
31
31
  * Event: A project has been updated.
32
32
  */
33
- declare const ProjectUpdatedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema149.SchemaModel<{
33
+ declare const ProjectUpdatedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema172.SchemaModel<{
34
34
  projectId: {
35
- type: _contractspec_lib_schema149.FieldType<string, string>;
35
+ type: _contractspec_lib_schema172.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  updatedFields: {
39
- type: _contractspec_lib_schema149.FieldType<string, string>;
39
+ type: _contractspec_lib_schema172.FieldType<string, string>;
40
40
  isArray: true;
41
41
  isOptional: false;
42
42
  };
43
43
  updatedBy: {
44
- type: _contractspec_lib_schema149.FieldType<string, string>;
44
+ type: _contractspec_lib_schema172.FieldType<string, string>;
45
45
  isOptional: false;
46
46
  };
47
47
  updatedAt: {
48
- type: _contractspec_lib_schema149.FieldType<Date, string>;
48
+ type: _contractspec_lib_schema172.FieldType<Date, string>;
49
49
  isOptional: false;
50
50
  };
51
51
  }>>;
52
52
  /**
53
53
  * Event: A project has been deleted.
54
54
  */
55
- declare const ProjectDeletedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema149.SchemaModel<{
55
+ declare const ProjectDeletedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema172.SchemaModel<{
56
56
  projectId: {
57
- type: _contractspec_lib_schema149.FieldType<string, string>;
57
+ type: _contractspec_lib_schema172.FieldType<string, string>;
58
58
  isOptional: false;
59
59
  };
60
60
  organizationId: {
61
- type: _contractspec_lib_schema149.FieldType<string, string>;
61
+ type: _contractspec_lib_schema172.FieldType<string, string>;
62
62
  isOptional: false;
63
63
  };
64
64
  deletedBy: {
65
- type: _contractspec_lib_schema149.FieldType<string, string>;
65
+ type: _contractspec_lib_schema172.FieldType<string, string>;
66
66
  isOptional: false;
67
67
  };
68
68
  deletedAt: {
69
- type: _contractspec_lib_schema149.FieldType<Date, string>;
69
+ type: _contractspec_lib_schema172.FieldType<Date, string>;
70
70
  isOptional: false;
71
71
  };
72
72
  }>>;
73
73
  /**
74
74
  * Event: A project has been archived.
75
75
  */
76
- declare const ProjectArchivedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema149.SchemaModel<{
76
+ declare const ProjectArchivedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema172.SchemaModel<{
77
77
  projectId: {
78
- type: _contractspec_lib_schema149.FieldType<string, string>;
78
+ type: _contractspec_lib_schema172.FieldType<string, string>;
79
79
  isOptional: false;
80
80
  };
81
81
  archivedBy: {
82
- type: _contractspec_lib_schema149.FieldType<string, string>;
82
+ type: _contractspec_lib_schema172.FieldType<string, string>;
83
83
  isOptional: false;
84
84
  };
85
85
  archivedAt: {
86
- type: _contractspec_lib_schema149.FieldType<Date, string>;
86
+ type: _contractspec_lib_schema172.FieldType<Date, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  }>>;