@marketrix.ai/widget 3.3.192 → 3.3.226

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.
@@ -72,7 +72,7 @@ export declare const sdk: {
72
72
  }>;
73
73
  package: import("zod").ZodEnum<{
74
74
  free: "free";
75
- starter: "starter";
75
+ startup: "startup";
76
76
  growth: "growth";
77
77
  enterprise: "enterprise";
78
78
  }>;
@@ -119,7 +119,7 @@ export declare const sdk: {
119
119
  }>;
120
120
  package: import("zod").ZodEnum<{
121
121
  free: "free";
122
- starter: "starter";
122
+ startup: "startup";
123
123
  growth: "growth";
124
124
  enterprise: "enterprise";
125
125
  }>;
@@ -142,7 +142,7 @@ export declare const sdk: {
142
142
  }>>;
143
143
  package: import("zod").ZodOptional<import("zod").ZodEnum<{
144
144
  free: "free";
145
- starter: "starter";
145
+ startup: "startup";
146
146
  growth: "growth";
147
147
  enterprise: "enterprise";
148
148
  }>>;
@@ -165,7 +165,7 @@ export declare const sdk: {
165
165
  }>;
166
166
  package: import("zod").ZodEnum<{
167
167
  free: "free";
168
- starter: "starter";
168
+ startup: "startup";
169
169
  growth: "growth";
170
170
  enterprise: "enterprise";
171
171
  }>;
@@ -198,7 +198,7 @@ export declare const sdk: {
198
198
  }>;
199
199
  package: import("zod").ZodEnum<{
200
200
  free: "free";
201
- starter: "starter";
201
+ startup: "startup";
202
202
  growth: "growth";
203
203
  enterprise: "enterprise";
204
204
  }>;
@@ -233,7 +233,7 @@ export declare const sdk: {
233
233
  }>;
234
234
  package: import("zod").ZodEnum<{
235
235
  free: "free";
236
- starter: "starter";
236
+ startup: "startup";
237
237
  growth: "growth";
238
238
  enterprise: "enterprise";
239
239
  }>;
@@ -258,7 +258,7 @@ export declare const sdk: {
258
258
  }>;
259
259
  package: import("zod").ZodEnum<{
260
260
  free: "free";
261
- starter: "starter";
261
+ startup: "startup";
262
262
  growth: "growth";
263
263
  enterprise: "enterprise";
264
264
  }>;
@@ -280,7 +280,7 @@ export declare const sdk: {
280
280
  name: import("zod").ZodOptional<import("zod").ZodString>;
281
281
  package: import("zod").ZodOptional<import("zod").ZodEnum<{
282
282
  free: "free";
283
- starter: "starter";
283
+ startup: "startup";
284
284
  growth: "growth";
285
285
  enterprise: "enterprise";
286
286
  }>>;
@@ -303,7 +303,7 @@ export declare const sdk: {
303
303
  }>;
304
304
  package: import("zod").ZodEnum<{
305
305
  free: "free";
306
- starter: "starter";
306
+ startup: "startup";
307
307
  growth: "growth";
308
308
  enterprise: "enterprise";
309
309
  }>;
@@ -397,7 +397,7 @@ export declare const sdk: {
397
397
  }>;
398
398
  package: import("zod").ZodEnum<{
399
399
  free: "free";
400
- starter: "starter";
400
+ startup: "startup";
401
401
  growth: "growth";
402
402
  enterprise: "enterprise";
403
403
  }>;
@@ -448,6 +448,7 @@ export declare const sdk: {
448
448
  created_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>>;
449
449
  updated_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>>;
450
450
  workspace_id: import("zod").ZodOptional<import("zod").ZodNumber>;
451
+ slug: import("zod").ZodOptional<import("zod").ZodString>;
451
452
  username: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
452
453
  password: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
453
454
  type: import("zod").ZodEnum<{
@@ -465,6 +466,7 @@ export declare const sdk: {
465
466
  app: "app";
466
467
  website: "website";
467
468
  }>;
469
+ slug: import("zod").ZodString;
468
470
  workspace_id: import("zod").ZodNumber;
469
471
  name: import("zod").ZodString;
470
472
  url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -490,6 +492,7 @@ export declare const sdk: {
490
492
  app: "app";
491
493
  website: "website";
492
494
  }>;
495
+ slug: import("zod").ZodString;
493
496
  workspace_id: import("zod").ZodNumber;
494
497
  name: import("zod").ZodString;
495
498
  url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -576,6 +579,7 @@ export declare const sdk: {
576
579
  app: "app";
577
580
  website: "website";
578
581
  }>;
582
+ slug: import("zod").ZodString;
579
583
  workspace_id: import("zod").ZodNumber;
580
584
  name: import("zod").ZodString;
581
585
  url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -670,6 +674,7 @@ export declare const sdk: {
670
674
  app: "app";
671
675
  website: "website";
672
676
  }>;
677
+ slug: import("zod").ZodString;
673
678
  workspace_id: import("zod").ZodNumber;
674
679
  name: import("zod").ZodString;
675
680
  url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -936,7 +941,7 @@ export declare const sdk: {
936
941
  }>;
937
942
  package: import("zod").ZodEnum<{
938
943
  free: "free";
939
- starter: "starter";
944
+ startup: "startup";
940
945
  growth: "growth";
941
946
  enterprise: "enterprise";
942
947
  }>;
@@ -2729,7 +2734,7 @@ export declare const sdk: {
2729
2734
  }>;
2730
2735
  package: import("zod").ZodEnum<{
2731
2736
  free: "free";
2732
- starter: "starter";
2737
+ startup: "startup";
2733
2738
  growth: "growth";
2734
2739
  enterprise: "enterprise";
2735
2740
  }>;
@@ -2908,7 +2913,7 @@ export declare const sdk: {
2908
2913
  }>;
2909
2914
  package: import("zod").ZodEnum<{
2910
2915
  free: "free";
2911
- starter: "starter";
2916
+ startup: "startup";
2912
2917
  growth: "growth";
2913
2918
  enterprise: "enterprise";
2914
2919
  }>;
@@ -3083,7 +3088,7 @@ export declare const sdk: {
3083
3088
  }>;
3084
3089
  package: import("zod").ZodEnum<{
3085
3090
  free: "free";
3086
- starter: "starter";
3091
+ startup: "startup";
3087
3092
  growth: "growth";
3088
3093
  enterprise: "enterprise";
3089
3094
  }>;
@@ -3257,7 +3262,7 @@ export declare const sdk: {
3257
3262
  }>;
3258
3263
  package: import("zod").ZodEnum<{
3259
3264
  free: "free";
3260
- starter: "starter";
3265
+ startup: "startup";
3261
3266
  growth: "growth";
3262
3267
  enterprise: "enterprise";
3263
3268
  }>;
@@ -3448,7 +3453,7 @@ export declare const sdk: {
3448
3453
  }>;
3449
3454
  package: import("zod").ZodEnum<{
3450
3455
  free: "free";
3451
- starter: "starter";
3456
+ startup: "startup";
3452
3457
  growth: "growth";
3453
3458
  enterprise: "enterprise";
3454
3459
  }>;
@@ -3616,7 +3621,7 @@ export declare const sdk: {
3616
3621
  }>;
3617
3622
  package: import("zod").ZodEnum<{
3618
3623
  free: "free";
3619
- starter: "starter";
3624
+ startup: "startup";
3620
3625
  growth: "growth";
3621
3626
  enterprise: "enterprise";
3622
3627
  }>;
@@ -3789,7 +3794,7 @@ export declare const sdk: {
3789
3794
  }>;
3790
3795
  package: import("zod").ZodEnum<{
3791
3796
  free: "free";
3792
- starter: "starter";
3797
+ startup: "startup";
3793
3798
  growth: "growth";
3794
3799
  enterprise: "enterprise";
3795
3800
  }>;
@@ -3959,7 +3964,7 @@ export declare const sdk: {
3959
3964
  }>;
3960
3965
  package: import("zod").ZodEnum<{
3961
3966
  free: "free";
3962
- starter: "starter";
3967
+ startup: "startup";
3963
3968
  growth: "growth";
3964
3969
  enterprise: "enterprise";
3965
3970
  }>;
@@ -6507,7 +6512,7 @@ export declare const sdk: {
6507
6512
  }, import("zod/v4/core").$strip>, Record<never, never>>;
6508
6513
  stripeCreateTrial: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
6509
6514
  plan: import("zod").ZodDefault<import("zod").ZodEnum<{
6510
- starter: "starter";
6515
+ startup: "startup";
6511
6516
  growth: "growth";
6512
6517
  }>>;
6513
6518
  interval: import("zod").ZodDefault<import("zod").ZodEnum<{
@@ -6521,7 +6526,7 @@ export declare const sdk: {
6521
6526
  trialStartDate: import("zod").ZodCoercedDate<unknown>;
6522
6527
  trialEndDate: import("zod").ZodCoercedDate<unknown>;
6523
6528
  planTier: import("zod").ZodEnum<{
6524
- starter: "starter";
6529
+ startup: "startup";
6525
6530
  growth: "growth";
6526
6531
  }>;
6527
6532
  daysRemainingInTrial: import("zod").ZodNumber;
@@ -6557,7 +6562,7 @@ export declare const sdk: {
6557
6562
  plans: import("zod").ZodArray<import("zod").ZodObject<{
6558
6563
  planId: import("zod").ZodEnum<{
6559
6564
  free: "free";
6560
- starter: "starter";
6565
+ startup: "startup";
6561
6566
  growth: "growth";
6562
6567
  enterprise: "enterprise";
6563
6568
  }>;
@@ -6582,7 +6587,7 @@ export declare const sdk: {
6582
6587
  plans: import("zod").ZodArray<import("zod").ZodObject<{
6583
6588
  id: import("zod").ZodEnum<{
6584
6589
  free: "free";
6585
- starter: "starter";
6590
+ startup: "startup";
6586
6591
  growth: "growth";
6587
6592
  enterprise: "enterprise";
6588
6593
  }>;
@@ -6602,7 +6607,7 @@ export declare const sdk: {
6602
6607
  config: import("zod").ZodObject<{
6603
6608
  publishableKey: import("zod").ZodString;
6604
6609
  priceIds: import("zod").ZodObject<{
6605
- starter: import("zod").ZodObject<{
6610
+ startup: import("zod").ZodObject<{
6606
6611
  monthly: import("zod").ZodNullable<import("zod").ZodString>;
6607
6612
  annual: import("zod").ZodNullable<import("zod").ZodString>;
6608
6613
  }, import("zod/v4/core").$strip>;
@@ -6631,7 +6636,7 @@ export declare const sdk: {
6631
6636
  }>>;
6632
6637
  planTier: import("zod").ZodNullable<import("zod").ZodEnum<{
6633
6638
  free: "free";
6634
- starter: "starter";
6639
+ startup: "startup";
6635
6640
  growth: "growth";
6636
6641
  enterprise: "enterprise";
6637
6642
  }>>;
@@ -6663,6 +6668,40 @@ export declare const sdk: {
6663
6668
  }, import("zod/v4/core").$strip>;
6664
6669
  }, import("zod/v4/core").$strip>;
6665
6670
  }, import("zod/v4/core").$strip>, Record<never, never>>;
6671
+ stripeSyncPlan: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
6672
+ plan: import("zod").ZodObject<{
6673
+ subscriptionId: import("zod").ZodNullable<import("zod").ZodString>;
6674
+ customerId: import("zod").ZodNullable<import("zod").ZodString>;
6675
+ status: import("zod").ZodNullable<import("zod").ZodEnum<{
6676
+ active: "active";
6677
+ past_due: "past_due";
6678
+ canceled: "canceled";
6679
+ unpaid: "unpaid";
6680
+ trialing: "trialing";
6681
+ incomplete: "incomplete";
6682
+ incomplete_expired: "incomplete_expired";
6683
+ paused: "paused";
6684
+ }>>;
6685
+ planTier: import("zod").ZodNullable<import("zod").ZodEnum<{
6686
+ free: "free";
6687
+ startup: "startup";
6688
+ growth: "growth";
6689
+ enterprise: "enterprise";
6690
+ }>>;
6691
+ billingInterval: import("zod").ZodNullable<import("zod").ZodEnum<{
6692
+ month: "month";
6693
+ year: "year";
6694
+ }>>;
6695
+ priceId: import("zod").ZodNullable<import("zod").ZodString>;
6696
+ trialEndDate: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
6697
+ currentPeriodStart: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
6698
+ currentPeriodEnd: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
6699
+ cancelAtPeriodEnd: import("zod").ZodBoolean;
6700
+ isTrialing: import("zod").ZodBoolean;
6701
+ daysRemainingInTrial: import("zod").ZodNullable<import("zod").ZodNumber>;
6702
+ trial_provisioned: import("zod").ZodBoolean;
6703
+ }, import("zod/v4/core").$strip>;
6704
+ }, import("zod/v4/core").$strip>, Record<never, never>>;
6666
6705
  widgetStream: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
6667
6706
  chat_id: import("zod").ZodString;
6668
6707
  tab_id: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/index.ts"],"names":[],"mappings":"AA4BA;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,SAQ1C,CAAC;AAoBF,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAhBQ,MAAM;;;wBAZO,MAAM;CAmCzC,CAAC;AAGH,cAAc,UAAU,CAAC;AAGzB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/index.ts"],"names":[],"mappings":"AA4BA;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,SAQ1C,CAAC;AAoBF,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAhBQ,MAAM;;;wBAZO,MAAM;CAmCzC,CAAC;AAGH,cAAc,UAAU,CAAC;AAGzB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC"}
@@ -101,7 +101,7 @@ declare const contract: {
101
101
  }>;
102
102
  package: z.ZodEnum<{
103
103
  free: "free";
104
- starter: "starter";
104
+ startup: "startup";
105
105
  growth: "growth";
106
106
  enterprise: "enterprise";
107
107
  }>;
@@ -149,7 +149,7 @@ declare const contract: {
149
149
  }>;
150
150
  package: z.ZodEnum<{
151
151
  free: "free";
152
- starter: "starter";
152
+ startup: "startup";
153
153
  growth: "growth";
154
154
  enterprise: "enterprise";
155
155
  }>;
@@ -172,7 +172,7 @@ declare const contract: {
172
172
  }>>;
173
173
  package: z.ZodOptional<z.ZodEnum<{
174
174
  free: "free";
175
- starter: "starter";
175
+ startup: "startup";
176
176
  growth: "growth";
177
177
  enterprise: "enterprise";
178
178
  }>>;
@@ -195,7 +195,7 @@ declare const contract: {
195
195
  }>;
196
196
  package: z.ZodEnum<{
197
197
  free: "free";
198
- starter: "starter";
198
+ startup: "startup";
199
199
  growth: "growth";
200
200
  enterprise: "enterprise";
201
201
  }>;
@@ -228,7 +228,7 @@ declare const contract: {
228
228
  }>;
229
229
  package: z.ZodEnum<{
230
230
  free: "free";
231
- starter: "starter";
231
+ startup: "startup";
232
232
  growth: "growth";
233
233
  enterprise: "enterprise";
234
234
  }>;
@@ -263,7 +263,7 @@ declare const contract: {
263
263
  }>;
264
264
  package: z.ZodEnum<{
265
265
  free: "free";
266
- starter: "starter";
266
+ startup: "startup";
267
267
  growth: "growth";
268
268
  enterprise: "enterprise";
269
269
  }>;
@@ -288,7 +288,7 @@ declare const contract: {
288
288
  }>;
289
289
  package: z.ZodEnum<{
290
290
  free: "free";
291
- starter: "starter";
291
+ startup: "startup";
292
292
  growth: "growth";
293
293
  enterprise: "enterprise";
294
294
  }>;
@@ -310,7 +310,7 @@ declare const contract: {
310
310
  name: z.ZodOptional<z.ZodString>;
311
311
  package: z.ZodOptional<z.ZodEnum<{
312
312
  free: "free";
313
- starter: "starter";
313
+ startup: "startup";
314
314
  growth: "growth";
315
315
  enterprise: "enterprise";
316
316
  }>>;
@@ -333,7 +333,7 @@ declare const contract: {
333
333
  }>;
334
334
  package: z.ZodEnum<{
335
335
  free: "free";
336
- starter: "starter";
336
+ startup: "startup";
337
337
  growth: "growth";
338
338
  enterprise: "enterprise";
339
339
  }>;
@@ -427,7 +427,7 @@ declare const contract: {
427
427
  }>;
428
428
  package: z.ZodEnum<{
429
429
  free: "free";
430
- starter: "starter";
430
+ startup: "startup";
431
431
  growth: "growth";
432
432
  enterprise: "enterprise";
433
433
  }>;
@@ -478,6 +478,7 @@ declare const contract: {
478
478
  created_at: z.ZodOptional<z.ZodOptional<z.ZodCoercedDate<unknown>>>;
479
479
  updated_at: z.ZodOptional<z.ZodOptional<z.ZodCoercedDate<unknown>>>;
480
480
  workspace_id: z.ZodOptional<z.ZodNumber>;
481
+ slug: z.ZodOptional<z.ZodString>;
481
482
  username: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
482
483
  password: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
483
484
  type: z.ZodEnum<{
@@ -495,6 +496,7 @@ declare const contract: {
495
496
  app: "app";
496
497
  website: "website";
497
498
  }>;
499
+ slug: z.ZodString;
498
500
  workspace_id: z.ZodNumber;
499
501
  name: z.ZodString;
500
502
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -520,6 +522,7 @@ declare const contract: {
520
522
  app: "app";
521
523
  website: "website";
522
524
  }>;
525
+ slug: z.ZodString;
523
526
  workspace_id: z.ZodNumber;
524
527
  name: z.ZodString;
525
528
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -606,6 +609,7 @@ declare const contract: {
606
609
  app: "app";
607
610
  website: "website";
608
611
  }>;
612
+ slug: z.ZodString;
609
613
  workspace_id: z.ZodNumber;
610
614
  name: z.ZodString;
611
615
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -700,6 +704,7 @@ declare const contract: {
700
704
  app: "app";
701
705
  website: "website";
702
706
  }>;
707
+ slug: z.ZodString;
703
708
  workspace_id: z.ZodNumber;
704
709
  name: z.ZodString;
705
710
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -966,7 +971,7 @@ declare const contract: {
966
971
  }>;
967
972
  package: z.ZodEnum<{
968
973
  free: "free";
969
- starter: "starter";
974
+ startup: "startup";
970
975
  growth: "growth";
971
976
  enterprise: "enterprise";
972
977
  }>;
@@ -2759,7 +2764,7 @@ declare const contract: {
2759
2764
  }>;
2760
2765
  package: z.ZodEnum<{
2761
2766
  free: "free";
2762
- starter: "starter";
2767
+ startup: "startup";
2763
2768
  growth: "growth";
2764
2769
  enterprise: "enterprise";
2765
2770
  }>;
@@ -2938,7 +2943,7 @@ declare const contract: {
2938
2943
  }>;
2939
2944
  package: z.ZodEnum<{
2940
2945
  free: "free";
2941
- starter: "starter";
2946
+ startup: "startup";
2942
2947
  growth: "growth";
2943
2948
  enterprise: "enterprise";
2944
2949
  }>;
@@ -3113,7 +3118,7 @@ declare const contract: {
3113
3118
  }>;
3114
3119
  package: z.ZodEnum<{
3115
3120
  free: "free";
3116
- starter: "starter";
3121
+ startup: "startup";
3117
3122
  growth: "growth";
3118
3123
  enterprise: "enterprise";
3119
3124
  }>;
@@ -3287,7 +3292,7 @@ declare const contract: {
3287
3292
  }>;
3288
3293
  package: z.ZodEnum<{
3289
3294
  free: "free";
3290
- starter: "starter";
3295
+ startup: "startup";
3291
3296
  growth: "growth";
3292
3297
  enterprise: "enterprise";
3293
3298
  }>;
@@ -3478,7 +3483,7 @@ declare const contract: {
3478
3483
  }>;
3479
3484
  package: z.ZodEnum<{
3480
3485
  free: "free";
3481
- starter: "starter";
3486
+ startup: "startup";
3482
3487
  growth: "growth";
3483
3488
  enterprise: "enterprise";
3484
3489
  }>;
@@ -3646,7 +3651,7 @@ declare const contract: {
3646
3651
  }>;
3647
3652
  package: z.ZodEnum<{
3648
3653
  free: "free";
3649
- starter: "starter";
3654
+ startup: "startup";
3650
3655
  growth: "growth";
3651
3656
  enterprise: "enterprise";
3652
3657
  }>;
@@ -3819,7 +3824,7 @@ declare const contract: {
3819
3824
  }>;
3820
3825
  package: z.ZodEnum<{
3821
3826
  free: "free";
3822
- starter: "starter";
3827
+ startup: "startup";
3823
3828
  growth: "growth";
3824
3829
  enterprise: "enterprise";
3825
3830
  }>;
@@ -3989,7 +3994,7 @@ declare const contract: {
3989
3994
  }>;
3990
3995
  package: z.ZodEnum<{
3991
3996
  free: "free";
3992
- starter: "starter";
3997
+ startup: "startup";
3993
3998
  growth: "growth";
3994
3999
  enterprise: "enterprise";
3995
4000
  }>;
@@ -6537,7 +6542,7 @@ declare const contract: {
6537
6542
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
6538
6543
  stripeCreateTrial: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
6539
6544
  plan: z.ZodDefault<z.ZodEnum<{
6540
- starter: "starter";
6545
+ startup: "startup";
6541
6546
  growth: "growth";
6542
6547
  }>>;
6543
6548
  interval: z.ZodDefault<z.ZodEnum<{
@@ -6551,7 +6556,7 @@ declare const contract: {
6551
6556
  trialStartDate: z.ZodCoercedDate<unknown>;
6552
6557
  trialEndDate: z.ZodCoercedDate<unknown>;
6553
6558
  planTier: z.ZodEnum<{
6554
- starter: "starter";
6559
+ startup: "startup";
6555
6560
  growth: "growth";
6556
6561
  }>;
6557
6562
  daysRemainingInTrial: z.ZodNumber;
@@ -6587,7 +6592,7 @@ declare const contract: {
6587
6592
  plans: z.ZodArray<z.ZodObject<{
6588
6593
  planId: z.ZodEnum<{
6589
6594
  free: "free";
6590
- starter: "starter";
6595
+ startup: "startup";
6591
6596
  growth: "growth";
6592
6597
  enterprise: "enterprise";
6593
6598
  }>;
@@ -6612,7 +6617,7 @@ declare const contract: {
6612
6617
  plans: z.ZodArray<z.ZodObject<{
6613
6618
  id: z.ZodEnum<{
6614
6619
  free: "free";
6615
- starter: "starter";
6620
+ startup: "startup";
6616
6621
  growth: "growth";
6617
6622
  enterprise: "enterprise";
6618
6623
  }>;
@@ -6632,7 +6637,7 @@ declare const contract: {
6632
6637
  config: z.ZodObject<{
6633
6638
  publishableKey: z.ZodString;
6634
6639
  priceIds: z.ZodObject<{
6635
- starter: z.ZodObject<{
6640
+ startup: z.ZodObject<{
6636
6641
  monthly: z.ZodNullable<z.ZodString>;
6637
6642
  annual: z.ZodNullable<z.ZodString>;
6638
6643
  }, z.core.$strip>;
@@ -6661,7 +6666,7 @@ declare const contract: {
6661
6666
  }>>;
6662
6667
  planTier: z.ZodNullable<z.ZodEnum<{
6663
6668
  free: "free";
6664
- starter: "starter";
6669
+ startup: "startup";
6665
6670
  growth: "growth";
6666
6671
  enterprise: "enterprise";
6667
6672
  }>>;
@@ -6693,6 +6698,40 @@ declare const contract: {
6693
6698
  }, z.core.$strip>;
6694
6699
  }, z.core.$strip>;
6695
6700
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
6701
+ stripeSyncPlan: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, z.ZodObject<{
6702
+ plan: z.ZodObject<{
6703
+ subscriptionId: z.ZodNullable<z.ZodString>;
6704
+ customerId: z.ZodNullable<z.ZodString>;
6705
+ status: z.ZodNullable<z.ZodEnum<{
6706
+ active: "active";
6707
+ past_due: "past_due";
6708
+ canceled: "canceled";
6709
+ unpaid: "unpaid";
6710
+ trialing: "trialing";
6711
+ incomplete: "incomplete";
6712
+ incomplete_expired: "incomplete_expired";
6713
+ paused: "paused";
6714
+ }>>;
6715
+ planTier: z.ZodNullable<z.ZodEnum<{
6716
+ free: "free";
6717
+ startup: "startup";
6718
+ growth: "growth";
6719
+ enterprise: "enterprise";
6720
+ }>>;
6721
+ billingInterval: z.ZodNullable<z.ZodEnum<{
6722
+ month: "month";
6723
+ year: "year";
6724
+ }>>;
6725
+ priceId: z.ZodNullable<z.ZodString>;
6726
+ trialEndDate: z.ZodNullable<z.ZodCoercedDate<unknown>>;
6727
+ currentPeriodStart: z.ZodNullable<z.ZodCoercedDate<unknown>>;
6728
+ currentPeriodEnd: z.ZodNullable<z.ZodCoercedDate<unknown>>;
6729
+ cancelAtPeriodEnd: z.ZodBoolean;
6730
+ isTrialing: z.ZodBoolean;
6731
+ daysRemainingInTrial: z.ZodNullable<z.ZodNumber>;
6732
+ trial_provisioned: z.ZodBoolean;
6733
+ }, z.core.$strip>;
6734
+ }, z.core.$strip>, Record<never, never>, Record<never, never>>;
6696
6735
  widgetStream: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
6697
6736
  chat_id: z.ZodString;
6698
6737
  tab_id: z.ZodOptional<z.ZodString>;