@lssm/example.saas-boilerplate 0.0.0-canary-20251221144710 → 0.0.0-canary-20251221153314

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,60 +1,60 @@
1
- import * as _lssm_lib_schema141 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema40 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/billing/billing.entity.d.ts
4
4
  /**
5
5
  * Subscription status enum for entities.
6
6
  */
7
- declare const SubscriptionStatusEnum: _lssm_lib_schema141.EntityEnumDef;
7
+ declare const SubscriptionStatusEnum: _lssm_lib_schema40.EntityEnumDef;
8
8
  /**
9
9
  * Subscription entity - organization subscription info.
10
10
  */
11
- declare const SubscriptionEntity: _lssm_lib_schema141.EntitySpec<{
12
- id: _lssm_lib_schema141.EntityScalarField;
13
- organizationId: _lssm_lib_schema141.EntityScalarField;
14
- planId: _lssm_lib_schema141.EntityScalarField;
15
- planName: _lssm_lib_schema141.EntityScalarField;
16
- status: _lssm_lib_schema141.EntityEnumField;
17
- currentPeriodStart: _lssm_lib_schema141.EntityScalarField;
18
- currentPeriodEnd: _lssm_lib_schema141.EntityScalarField;
19
- trialEndsAt: _lssm_lib_schema141.EntityScalarField;
20
- cancelAtPeriodEnd: _lssm_lib_schema141.EntityScalarField;
21
- canceledAt: _lssm_lib_schema141.EntityScalarField;
22
- stripeSubscriptionId: _lssm_lib_schema141.EntityScalarField;
23
- stripeCustomerId: _lssm_lib_schema141.EntityScalarField;
24
- metadata: _lssm_lib_schema141.EntityScalarField;
25
- createdAt: _lssm_lib_schema141.EntityScalarField;
26
- updatedAt: _lssm_lib_schema141.EntityScalarField;
11
+ declare const SubscriptionEntity: _lssm_lib_schema40.EntitySpec<{
12
+ id: _lssm_lib_schema40.EntityScalarField;
13
+ organizationId: _lssm_lib_schema40.EntityScalarField;
14
+ planId: _lssm_lib_schema40.EntityScalarField;
15
+ planName: _lssm_lib_schema40.EntityScalarField;
16
+ status: _lssm_lib_schema40.EntityEnumField;
17
+ currentPeriodStart: _lssm_lib_schema40.EntityScalarField;
18
+ currentPeriodEnd: _lssm_lib_schema40.EntityScalarField;
19
+ trialEndsAt: _lssm_lib_schema40.EntityScalarField;
20
+ cancelAtPeriodEnd: _lssm_lib_schema40.EntityScalarField;
21
+ canceledAt: _lssm_lib_schema40.EntityScalarField;
22
+ stripeSubscriptionId: _lssm_lib_schema40.EntityScalarField;
23
+ stripeCustomerId: _lssm_lib_schema40.EntityScalarField;
24
+ metadata: _lssm_lib_schema40.EntityScalarField;
25
+ createdAt: _lssm_lib_schema40.EntityScalarField;
26
+ updatedAt: _lssm_lib_schema40.EntityScalarField;
27
27
  }>;
28
28
  /**
29
29
  * BillingUsage entity - track feature usage.
30
30
  */
31
- declare const BillingUsageEntity: _lssm_lib_schema141.EntitySpec<{
32
- id: _lssm_lib_schema141.EntityScalarField;
33
- organizationId: _lssm_lib_schema141.EntityScalarField;
34
- feature: _lssm_lib_schema141.EntityScalarField;
35
- quantity: _lssm_lib_schema141.EntityScalarField;
36
- unit: _lssm_lib_schema141.EntityScalarField;
37
- billingPeriod: _lssm_lib_schema141.EntityScalarField;
38
- recordedAt: _lssm_lib_schema141.EntityScalarField;
39
- sourceId: _lssm_lib_schema141.EntityScalarField;
40
- sourceType: _lssm_lib_schema141.EntityScalarField;
41
- metadata: _lssm_lib_schema141.EntityScalarField;
31
+ declare const BillingUsageEntity: _lssm_lib_schema40.EntitySpec<{
32
+ id: _lssm_lib_schema40.EntityScalarField;
33
+ organizationId: _lssm_lib_schema40.EntityScalarField;
34
+ feature: _lssm_lib_schema40.EntityScalarField;
35
+ quantity: _lssm_lib_schema40.EntityScalarField;
36
+ unit: _lssm_lib_schema40.EntityScalarField;
37
+ billingPeriod: _lssm_lib_schema40.EntityScalarField;
38
+ recordedAt: _lssm_lib_schema40.EntityScalarField;
39
+ sourceId: _lssm_lib_schema40.EntityScalarField;
40
+ sourceType: _lssm_lib_schema40.EntityScalarField;
41
+ metadata: _lssm_lib_schema40.EntityScalarField;
42
42
  }>;
43
43
  /**
44
44
  * UsageLimit entity - feature usage limits per plan.
45
45
  */
46
- declare const UsageLimitEntity: _lssm_lib_schema141.EntitySpec<{
47
- id: _lssm_lib_schema141.EntityScalarField;
48
- planId: _lssm_lib_schema141.EntityScalarField;
49
- organizationId: _lssm_lib_schema141.EntityScalarField;
50
- feature: _lssm_lib_schema141.EntityScalarField;
51
- limit: _lssm_lib_schema141.EntityScalarField;
52
- resetPeriod: _lssm_lib_schema141.EntityScalarField;
53
- isSoftLimit: _lssm_lib_schema141.EntityScalarField;
54
- overage: _lssm_lib_schema141.EntityScalarField;
55
- overageRate: _lssm_lib_schema141.EntityScalarField;
56
- createdAt: _lssm_lib_schema141.EntityScalarField;
57
- updatedAt: _lssm_lib_schema141.EntityScalarField;
46
+ declare const UsageLimitEntity: _lssm_lib_schema40.EntitySpec<{
47
+ id: _lssm_lib_schema40.EntityScalarField;
48
+ planId: _lssm_lib_schema40.EntityScalarField;
49
+ organizationId: _lssm_lib_schema40.EntityScalarField;
50
+ feature: _lssm_lib_schema40.EntityScalarField;
51
+ limit: _lssm_lib_schema40.EntityScalarField;
52
+ resetPeriod: _lssm_lib_schema40.EntityScalarField;
53
+ isSoftLimit: _lssm_lib_schema40.EntityScalarField;
54
+ overage: _lssm_lib_schema40.EntityScalarField;
55
+ overageRate: _lssm_lib_schema40.EntityScalarField;
56
+ createdAt: _lssm_lib_schema40.EntityScalarField;
57
+ updatedAt: _lssm_lib_schema40.EntityScalarField;
58
58
  }>;
59
59
  //#endregion
60
60
  export { BillingUsageEntity, SubscriptionEntity, SubscriptionStatusEnum, UsageLimitEntity };
@@ -1 +1 @@
1
- {"version":3,"file":"billing.entity.d.ts","names":[],"sources":["../../src/billing/billing.entity.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,sBAKX,EAAA,mBAAA,CALiC,aAKjC;AAKF;;;cAAa,wCAAkB;MAuC7B,mBAAA,CAAA;;;;;;;;;;;;iDAvC6B;EAAA,SAAA,uCAAA;EA4ClB,SAAA,uCA2CX;CAAA,CAAA;;;;cA3CW,wCAAkB;MA2C7B,mBAAA,CAAA;;;;;sDA3C6B;EAAA,UAAA,uCAAA;EAgDlB,QAAA,uCA6CX;EAAA,UAAA,uCAAA;;;;;;cA7CW,sCAAgB;MA6C3B,mBAAA,CAAA;;;;8CA7C2B;EAAA,WAAA,uCAAA"}
1
+ {"version":3,"file":"billing.entity.d.ts","names":[],"sources":["../../src/billing/billing.entity.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,sBAKX,EAAA,kBAAA,CALiC,aAKjC;AAKF;;;cAAa,uCAAkB;MAuC7B,kBAAA,CAAA;;;;;;;;;;;;gDAvC6B;EAAA,SAAA,sCAAA;EA4ClB,SAAA,sCA2CX;CAAA,CAAA;;;;cA3CW,uCAAkB;MA2C7B,kBAAA,CAAA;;;;;qDA3C6B;EAAA,UAAA,sCAAA;EAgDlB,QAAA,sCA6CX;EAAA,UAAA,sCAAA;;;;;;cA7CW,qCAAgB;MA6C3B,kBAAA,CAAA;;;;6CA7C2B;EAAA,WAAA,sCAAA"}
@@ -1,4 +1,4 @@
1
- import * as _lssm_lib_schema204 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema80 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/billing/billing.enum.d.ts
4
4
 
@@ -6,11 +6,11 @@ import * as _lssm_lib_schema204 from "@lssm/lib.schema";
6
6
  * Subscription status enum for contract schemas.
7
7
  * Note: Entity enum is defined separately in billing.entity.ts
8
8
  */
9
- declare const SubscriptionStatusSchemaEnum: _lssm_lib_schema204.EnumType<[string, string, string, string, string]>;
9
+ declare const SubscriptionStatusSchemaEnum: _lssm_lib_schema80.EnumType<[string, string, string, string, string]>;
10
10
  /**
11
11
  * Feature access reason enum.
12
12
  */
13
- declare const FeatureAccessReasonEnum: _lssm_lib_schema204.EnumType<[string, string, string, string]>;
13
+ declare const FeatureAccessReasonEnum: _lssm_lib_schema80.EnumType<[string, string, string, string]>;
14
14
  //#endregion
15
15
  export { FeatureAccessReasonEnum, SubscriptionStatusSchemaEnum };
16
16
  //# sourceMappingURL=billing.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"billing.enum.d.ts","names":[],"sources":["../../src/billing/billing.enum.ts"],"sourcesContent":[],"mappings":";;;;;;;AAMA;AAWa,cAXA,4BAgBX,EAVA,mBAAA,CANuC,QAWL,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;;;;cAAvB,yBAKX,mBAAA,CALkC"}
1
+ {"version":3,"file":"billing.enum.d.ts","names":[],"sources":["../../src/billing/billing.enum.ts"],"sourcesContent":[],"mappings":";;;;;;;AAMA;AAWa,cAXA,4BAgBX,EAVA,kBAAA,CANuC,QAWL,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;;;;cAAvB,yBAKX,kBAAA,CALkC"}
@@ -1,83 +1,83 @@
1
- import * as _lssm_lib_schema208 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts8 from "@lssm/lib.contracts";
1
+ import * as _lssm_lib_schema82 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_contracts3 from "@lssm/lib.contracts";
3
3
 
4
4
  //#region src/billing/billing.event.d.ts
5
5
  /**
6
6
  * Event: Feature usage has been recorded.
7
7
  */
8
- declare const UsageRecordedEvent: _lssm_lib_contracts8.EventSpec<_lssm_lib_schema208.SchemaModel<{
8
+ declare const UsageRecordedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema82.SchemaModel<{
9
9
  organizationId: {
10
- type: _lssm_lib_schema208.FieldType<string, string>;
10
+ type: _lssm_lib_schema82.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  feature: {
14
- type: _lssm_lib_schema208.FieldType<string, string>;
14
+ type: _lssm_lib_schema82.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  quantity: {
18
- type: _lssm_lib_schema208.FieldType<number, number>;
18
+ type: _lssm_lib_schema82.FieldType<number, number>;
19
19
  isOptional: false;
20
20
  };
21
21
  billingPeriod: {
22
- type: _lssm_lib_schema208.FieldType<string, string>;
22
+ type: _lssm_lib_schema82.FieldType<string, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  recordedAt: {
26
- type: _lssm_lib_schema208.FieldType<Date, string>;
26
+ type: _lssm_lib_schema82.FieldType<Date, string>;
27
27
  isOptional: false;
28
28
  };
29
29
  }>>;
30
30
  /**
31
31
  * Event: Usage limit has been reached for a feature.
32
32
  */
33
- declare const UsageLimitReachedEvent: _lssm_lib_contracts8.EventSpec<_lssm_lib_schema208.SchemaModel<{
33
+ declare const UsageLimitReachedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema82.SchemaModel<{
34
34
  organizationId: {
35
- type: _lssm_lib_schema208.FieldType<string, string>;
35
+ type: _lssm_lib_schema82.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  feature: {
39
- type: _lssm_lib_schema208.FieldType<string, string>;
39
+ type: _lssm_lib_schema82.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  limit: {
43
- type: _lssm_lib_schema208.FieldType<number, number>;
43
+ type: _lssm_lib_schema82.FieldType<number, number>;
44
44
  isOptional: false;
45
45
  };
46
46
  currentUsage: {
47
- type: _lssm_lib_schema208.FieldType<number, number>;
47
+ type: _lssm_lib_schema82.FieldType<number, number>;
48
48
  isOptional: false;
49
49
  };
50
50
  reachedAt: {
51
- type: _lssm_lib_schema208.FieldType<Date, string>;
51
+ type: _lssm_lib_schema82.FieldType<Date, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  }>>;
55
55
  /**
56
56
  * Event: Subscription status has changed.
57
57
  */
58
- declare const SubscriptionChangedEvent: _lssm_lib_contracts8.EventSpec<_lssm_lib_schema208.SchemaModel<{
58
+ declare const SubscriptionChangedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema82.SchemaModel<{
59
59
  organizationId: {
60
- type: _lssm_lib_schema208.FieldType<string, string>;
60
+ type: _lssm_lib_schema82.FieldType<string, string>;
61
61
  isOptional: false;
62
62
  };
63
63
  previousPlan: {
64
- type: _lssm_lib_schema208.FieldType<string, string>;
64
+ type: _lssm_lib_schema82.FieldType<string, string>;
65
65
  isOptional: true;
66
66
  };
67
67
  newPlan: {
68
- type: _lssm_lib_schema208.FieldType<string, string>;
68
+ type: _lssm_lib_schema82.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  previousStatus: {
72
- type: _lssm_lib_schema208.FieldType<string, string>;
72
+ type: _lssm_lib_schema82.FieldType<string, string>;
73
73
  isOptional: true;
74
74
  };
75
75
  newStatus: {
76
- type: _lssm_lib_schema208.FieldType<string, string>;
76
+ type: _lssm_lib_schema82.FieldType<string, string>;
77
77
  isOptional: false;
78
78
  };
79
79
  changedAt: {
80
- type: _lssm_lib_schema208.FieldType<Date, string>;
80
+ type: _lssm_lib_schema82.FieldType<Date, string>;
81
81
  isOptional: false;
82
82
  };
83
83
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"billing.event.d.ts","names":[],"sources":["../../src/billing/billing.event.ts"],"sourcesContent":[],"mappings":";;;;;;;cAmEa,oBAAkB,oBAAA,CAAA,8BAAA;EAAlB,cAAA,EAAA;IAKX,IAAA,EAAA,mBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAL6B,QAAA,EAAA;IAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAUlB,UAAA,EAAA,KAAA;EAKX,CAAA;;;;;;uCALiC,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;AAUnC,CAAA,CAAA,CAAA;;;;cAVa,wBAAsB,oBAAA,CAAA,8BAAA;;UAKjC,mBAAA,CAAA;;;EAKmC,OAAA,EAAA;IAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;cAAxB,0BAAwB,oBAAA,CAAA,8BAAA;;UAKnC,mBAAA,CAAA"}
1
+ {"version":3,"file":"billing.event.d.ts","names":[],"sources":["../../src/billing/billing.event.ts"],"sourcesContent":[],"mappings":";;;;;;;cAmEa,oBAAkB,oBAAA,CAAA,6BAAA;EAAlB,cAAA,EAAA;IAKX,IAAA,EAAA,kBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAL6B,QAAA,EAAA;IAAA,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAUlB,UAAA,EAAA,KAAA;EAKX,CAAA;;;;;;sCALiC,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;AAUnC,CAAA,CAAA,CAAA;;;;cAVa,wBAAsB,oBAAA,CAAA,6BAAA;;UAKjC,kBAAA,CAAA;;;EAKmC,OAAA,EAAA;IAAA,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;cAAxB,0BAAwB,oBAAA,CAAA,6BAAA;;UAKnC,kBAAA,CAAA"}
@@ -1,168 +1,168 @@
1
- import * as _lssm_lib_schema247 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema101 from "@lssm/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: _lssm_lib_schema247.SchemaModel<{
7
+ declare const SubscriptionModel: _lssm_lib_schema101.SchemaModel<{
8
8
  id: {
9
- type: _lssm_lib_schema247.FieldType<string, string>;
9
+ type: _lssm_lib_schema101.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  organizationId: {
13
- type: _lssm_lib_schema247.FieldType<string, string>;
13
+ type: _lssm_lib_schema101.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  planId: {
17
- type: _lssm_lib_schema247.FieldType<string, string>;
17
+ type: _lssm_lib_schema101.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  planName: {
21
- type: _lssm_lib_schema247.FieldType<string, string>;
21
+ type: _lssm_lib_schema101.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  status: {
25
- type: _lssm_lib_schema247.EnumType<[string, string, string, string, string]>;
25
+ type: _lssm_lib_schema101.EnumType<[string, string, string, string, string]>;
26
26
  isOptional: false;
27
27
  };
28
28
  currentPeriodStart: {
29
- type: _lssm_lib_schema247.FieldType<Date, string>;
29
+ type: _lssm_lib_schema101.FieldType<Date, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  currentPeriodEnd: {
33
- type: _lssm_lib_schema247.FieldType<Date, string>;
33
+ type: _lssm_lib_schema101.FieldType<Date, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  trialEndsAt: {
37
- type: _lssm_lib_schema247.FieldType<Date, string>;
37
+ type: _lssm_lib_schema101.FieldType<Date, string>;
38
38
  isOptional: true;
39
39
  };
40
40
  cancelAtPeriodEnd: {
41
- type: _lssm_lib_schema247.FieldType<boolean, boolean>;
41
+ type: _lssm_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: _lssm_lib_schema247.SchemaModel<{
48
+ declare const UsageSummaryModel: _lssm_lib_schema101.SchemaModel<{
49
49
  feature: {
50
- type: _lssm_lib_schema247.FieldType<string, string>;
50
+ type: _lssm_lib_schema101.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  used: {
54
- type: _lssm_lib_schema247.FieldType<number, number>;
54
+ type: _lssm_lib_schema101.FieldType<number, number>;
55
55
  isOptional: false;
56
56
  };
57
57
  limit: {
58
- type: _lssm_lib_schema247.FieldType<number, number>;
58
+ type: _lssm_lib_schema101.FieldType<number, number>;
59
59
  isOptional: true;
60
60
  };
61
61
  unit: {
62
- type: _lssm_lib_schema247.FieldType<string, string>;
62
+ type: _lssm_lib_schema101.FieldType<string, string>;
63
63
  isOptional: true;
64
64
  };
65
65
  percentage: {
66
- type: _lssm_lib_schema247.FieldType<number, number>;
66
+ type: _lssm_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: _lssm_lib_schema247.SchemaModel<{
73
+ declare const RecordUsageInputModel: _lssm_lib_schema101.SchemaModel<{
74
74
  feature: {
75
- type: _lssm_lib_schema247.FieldType<string, string>;
75
+ type: _lssm_lib_schema101.FieldType<string, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  quantity: {
79
- type: _lssm_lib_schema247.FieldType<number, number>;
79
+ type: _lssm_lib_schema101.FieldType<number, number>;
80
80
  isOptional: false;
81
81
  };
82
82
  sourceId: {
83
- type: _lssm_lib_schema247.FieldType<string, string>;
83
+ type: _lssm_lib_schema101.FieldType<string, string>;
84
84
  isOptional: true;
85
85
  };
86
86
  sourceType: {
87
- type: _lssm_lib_schema247.FieldType<string, string>;
87
+ type: _lssm_lib_schema101.FieldType<string, string>;
88
88
  isOptional: true;
89
89
  };
90
90
  metadata: {
91
- type: _lssm_lib_schema247.FieldType<Record<string, unknown>, Record<string, unknown>>;
91
+ type: _lssm_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: _lssm_lib_schema247.SchemaModel<{
98
+ declare const RecordUsageOutputModel: _lssm_lib_schema101.SchemaModel<{
99
99
  recorded: {
100
- type: _lssm_lib_schema247.FieldType<boolean, boolean>;
100
+ type: _lssm_lib_schema101.FieldType<boolean, boolean>;
101
101
  isOptional: false;
102
102
  };
103
103
  currentUsage: {
104
- type: _lssm_lib_schema247.FieldType<number, number>;
104
+ type: _lssm_lib_schema101.FieldType<number, number>;
105
105
  isOptional: false;
106
106
  };
107
107
  limit: {
108
- type: _lssm_lib_schema247.FieldType<number, number>;
108
+ type: _lssm_lib_schema101.FieldType<number, number>;
109
109
  isOptional: true;
110
110
  };
111
111
  limitReached: {
112
- type: _lssm_lib_schema247.FieldType<boolean, boolean>;
112
+ type: _lssm_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: _lssm_lib_schema247.SchemaModel<{
119
+ declare const UsageRecordedPayloadModel: _lssm_lib_schema101.SchemaModel<{
120
120
  feature: {
121
- type: _lssm_lib_schema247.FieldType<string, string>;
121
+ type: _lssm_lib_schema101.FieldType<string, string>;
122
122
  isOptional: false;
123
123
  };
124
124
  quantity: {
125
- type: _lssm_lib_schema247.FieldType<number, number>;
125
+ type: _lssm_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: _lssm_lib_schema247.SchemaModel<{
132
+ declare const GetUsageSummaryInputModel: _lssm_lib_schema101.SchemaModel<{
133
133
  billingPeriod: {
134
- type: _lssm_lib_schema247.FieldType<string, string>;
134
+ type: _lssm_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: _lssm_lib_schema247.SchemaModel<{
141
+ declare const GetUsageSummaryOutputModel: _lssm_lib_schema101.SchemaModel<{
142
142
  billingPeriod: {
143
- type: _lssm_lib_schema247.FieldType<string, string>;
143
+ type: _lssm_lib_schema101.FieldType<string, string>;
144
144
  isOptional: false;
145
145
  };
146
146
  usage: {
147
- type: _lssm_lib_schema247.SchemaModel<{
147
+ type: _lssm_lib_schema101.SchemaModel<{
148
148
  feature: {
149
- type: _lssm_lib_schema247.FieldType<string, string>;
149
+ type: _lssm_lib_schema101.FieldType<string, string>;
150
150
  isOptional: false;
151
151
  };
152
152
  used: {
153
- type: _lssm_lib_schema247.FieldType<number, number>;
153
+ type: _lssm_lib_schema101.FieldType<number, number>;
154
154
  isOptional: false;
155
155
  };
156
156
  limit: {
157
- type: _lssm_lib_schema247.FieldType<number, number>;
157
+ type: _lssm_lib_schema101.FieldType<number, number>;
158
158
  isOptional: true;
159
159
  };
160
160
  unit: {
161
- type: _lssm_lib_schema247.FieldType<string, string>;
161
+ type: _lssm_lib_schema101.FieldType<string, string>;
162
162
  isOptional: true;
163
163
  };
164
164
  percentage: {
165
- type: _lssm_lib_schema247.FieldType<number, number>;
165
+ type: _lssm_lib_schema101.FieldType<number, number>;
166
166
  isOptional: true;
167
167
  };
168
168
  }>;
@@ -173,26 +173,26 @@ declare const GetUsageSummaryOutputModel: _lssm_lib_schema247.SchemaModel<{
173
173
  /**
174
174
  * Input for checking feature access.
175
175
  */
176
- declare const CheckFeatureAccessInputModel: _lssm_lib_schema247.SchemaModel<{
176
+ declare const CheckFeatureAccessInputModel: _lssm_lib_schema101.SchemaModel<{
177
177
  feature: {
178
- type: _lssm_lib_schema247.FieldType<string, string>;
178
+ type: _lssm_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: _lssm_lib_schema247.SchemaModel<{
185
+ declare const CheckFeatureAccessOutputModel: _lssm_lib_schema101.SchemaModel<{
186
186
  hasAccess: {
187
- type: _lssm_lib_schema247.FieldType<boolean, boolean>;
187
+ type: _lssm_lib_schema101.FieldType<boolean, boolean>;
188
188
  isOptional: false;
189
189
  };
190
190
  reason: {
191
- type: _lssm_lib_schema247.EnumType<[string, string, string, string]>;
191
+ type: _lssm_lib_schema101.EnumType<[string, string, string, string]>;
192
192
  isOptional: true;
193
193
  };
194
194
  upgradeUrl: {
195
- type: _lssm_lib_schema247.FieldType<string, string>;
195
+ type: _lssm_lib_schema101.FieldType<string, string>;
196
196
  isOptional: true;
197
197
  };
198
198
  }>;