@stigg/js-client-sdk 0.34.1 → 0.34.2
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.
- package/dist/api/generated/types.d.ts +16 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +5 -1
- package/dist/utils/ModelMapper.d.ts +1 -0
- package/package.json +1 -1
|
@@ -255,6 +255,8 @@ export declare type CustomerFilter = {
|
|
|
255
255
|
and?: InputMaybe<Array<CustomerFilter>>;
|
|
256
256
|
billingId?: InputMaybe<StringFieldComparison>;
|
|
257
257
|
createdAt?: InputMaybe<DateFieldComparison>;
|
|
258
|
+
crmHubspotCompanyId?: InputMaybe<StringFieldComparison>;
|
|
259
|
+
crmHubspotCompanyUrl?: InputMaybe<StringFieldComparison>;
|
|
258
260
|
crmId?: InputMaybe<StringFieldComparison>;
|
|
259
261
|
email?: InputMaybe<StringFieldComparison>;
|
|
260
262
|
environmentId?: InputMaybe<StringFieldComparison>;
|
|
@@ -273,6 +275,7 @@ export declare type CustomerFilterCustomerSubscriptionFilter = {
|
|
|
273
275
|
cancellationDate?: InputMaybe<DateFieldComparison>;
|
|
274
276
|
createdAt?: InputMaybe<DateFieldComparison>;
|
|
275
277
|
crmId?: InputMaybe<StringFieldComparison>;
|
|
278
|
+
crmLinkUrl?: InputMaybe<StringFieldComparison>;
|
|
276
279
|
effectiveEndDate?: InputMaybe<DateFieldComparison>;
|
|
277
280
|
endDate?: InputMaybe<DateFieldComparison>;
|
|
278
281
|
environmentId?: InputMaybe<StringFieldComparison>;
|
|
@@ -310,6 +313,8 @@ export declare type CustomerSort = {
|
|
|
310
313
|
export declare enum CustomerSortFields {
|
|
311
314
|
BillingId = "billingId",
|
|
312
315
|
CreatedAt = "createdAt",
|
|
316
|
+
CrmHubspotCompanyId = "crmHubspotCompanyId",
|
|
317
|
+
CrmHubspotCompanyUrl = "crmHubspotCompanyUrl",
|
|
313
318
|
CrmId = "crmId",
|
|
314
319
|
Email = "email",
|
|
315
320
|
EnvironmentId = "environmentId",
|
|
@@ -326,6 +331,7 @@ export declare type CustomerSubscriptionFilter = {
|
|
|
326
331
|
cancellationDate?: InputMaybe<DateFieldComparison>;
|
|
327
332
|
createdAt?: InputMaybe<DateFieldComparison>;
|
|
328
333
|
crmId?: InputMaybe<StringFieldComparison>;
|
|
334
|
+
crmLinkUrl?: InputMaybe<StringFieldComparison>;
|
|
329
335
|
customer?: InputMaybe<CustomerSubscriptionFilterCustomerFilter>;
|
|
330
336
|
effectiveEndDate?: InputMaybe<DateFieldComparison>;
|
|
331
337
|
endDate?: InputMaybe<DateFieldComparison>;
|
|
@@ -343,6 +349,8 @@ export declare type CustomerSubscriptionFilterCustomerFilter = {
|
|
|
343
349
|
and?: InputMaybe<Array<CustomerSubscriptionFilterCustomerFilter>>;
|
|
344
350
|
billingId?: InputMaybe<StringFieldComparison>;
|
|
345
351
|
createdAt?: InputMaybe<DateFieldComparison>;
|
|
352
|
+
crmHubspotCompanyId?: InputMaybe<StringFieldComparison>;
|
|
353
|
+
crmHubspotCompanyUrl?: InputMaybe<StringFieldComparison>;
|
|
346
354
|
crmId?: InputMaybe<StringFieldComparison>;
|
|
347
355
|
email?: InputMaybe<StringFieldComparison>;
|
|
348
356
|
environmentId?: InputMaybe<StringFieldComparison>;
|
|
@@ -379,6 +387,7 @@ export declare enum CustomerSubscriptionSortFields {
|
|
|
379
387
|
CancellationDate = "cancellationDate",
|
|
380
388
|
CreatedAt = "createdAt",
|
|
381
389
|
CrmId = "crmId",
|
|
390
|
+
CrmLinkUrl = "crmLinkUrl",
|
|
382
391
|
EffectiveEndDate = "effectiveEndDate",
|
|
383
392
|
EndDate = "endDate",
|
|
384
393
|
EnvironmentId = "environmentId",
|
|
@@ -545,8 +554,8 @@ export declare enum ErrorCode {
|
|
|
545
554
|
RateLimitExceeded = "RateLimitExceeded",
|
|
546
555
|
SubscriptionAlreadyCanceledOrExpired = "SubscriptionAlreadyCanceledOrExpired",
|
|
547
556
|
SubscriptionNotFound = "SubscriptionNotFound",
|
|
548
|
-
TrialMustBeCancelledImmediately = "TrialMustBeCancelledImmediately",
|
|
549
557
|
TrialMinDateError = "TrialMinDateError",
|
|
558
|
+
TrialMustBeCancelledImmediately = "TrialMustBeCancelledImmediately",
|
|
550
559
|
TrialsNotAllowedInProduct = "TrialsNotAllowedInProduct",
|
|
551
560
|
UnPublishedPackage = "UnPublishedPackage",
|
|
552
561
|
Unauthenticated = "Unauthenticated",
|
|
@@ -1371,6 +1380,7 @@ export declare type SubscriptionAddonFilterCustomerSubscriptionFilter = {
|
|
|
1371
1380
|
cancellationDate?: InputMaybe<DateFieldComparison>;
|
|
1372
1381
|
createdAt?: InputMaybe<DateFieldComparison>;
|
|
1373
1382
|
crmId?: InputMaybe<StringFieldComparison>;
|
|
1383
|
+
crmLinkUrl?: InputMaybe<StringFieldComparison>;
|
|
1374
1384
|
effectiveEndDate?: InputMaybe<DateFieldComparison>;
|
|
1375
1385
|
endDate?: InputMaybe<DateFieldComparison>;
|
|
1376
1386
|
environmentId?: InputMaybe<StringFieldComparison>;
|
|
@@ -1413,6 +1423,7 @@ export declare enum SubscriptionCancelReason {
|
|
|
1413
1423
|
Expired = "Expired",
|
|
1414
1424
|
Immediate = "Immediate",
|
|
1415
1425
|
PendingPaymentExpired = "PendingPaymentExpired",
|
|
1426
|
+
ScheduledCancellation = "ScheduledCancellation",
|
|
1416
1427
|
TrialConverted = "TrialConverted",
|
|
1417
1428
|
TrialEnded = "TrialEnded",
|
|
1418
1429
|
UpgradeOrDowngrade = "UpgradeOrDowngrade"
|
|
@@ -1511,6 +1522,7 @@ export declare type SubscriptionPriceFilterCustomerSubscriptionFilter = {
|
|
|
1511
1522
|
cancellationDate?: InputMaybe<DateFieldComparison>;
|
|
1512
1523
|
createdAt?: InputMaybe<DateFieldComparison>;
|
|
1513
1524
|
crmId?: InputMaybe<StringFieldComparison>;
|
|
1525
|
+
crmLinkUrl?: InputMaybe<StringFieldComparison>;
|
|
1514
1526
|
effectiveEndDate?: InputMaybe<DateFieldComparison>;
|
|
1515
1527
|
endDate?: InputMaybe<DateFieldComparison>;
|
|
1516
1528
|
environmentId?: InputMaybe<StringFieldComparison>;
|
|
@@ -1738,6 +1750,8 @@ export declare type UsageMeasurementFilterCustomerFilter = {
|
|
|
1738
1750
|
and?: InputMaybe<Array<UsageMeasurementFilterCustomerFilter>>;
|
|
1739
1751
|
billingId?: InputMaybe<StringFieldComparison>;
|
|
1740
1752
|
createdAt?: InputMaybe<DateFieldComparison>;
|
|
1753
|
+
crmHubspotCompanyId?: InputMaybe<StringFieldComparison>;
|
|
1754
|
+
crmHubspotCompanyUrl?: InputMaybe<StringFieldComparison>;
|
|
1741
1755
|
crmId?: InputMaybe<StringFieldComparison>;
|
|
1742
1756
|
email?: InputMaybe<StringFieldComparison>;
|
|
1743
1757
|
environmentId?: InputMaybe<StringFieldComparison>;
|
|
@@ -1818,6 +1832,7 @@ export declare type SubscriptionFragment = {
|
|
|
1818
1832
|
endDate?: any | null | undefined;
|
|
1819
1833
|
trialEndDate?: any | null | undefined;
|
|
1820
1834
|
cancellationDate?: any | null | undefined;
|
|
1835
|
+
effectiveEndDate?: any | null | undefined;
|
|
1821
1836
|
status: SubscriptionStatus;
|
|
1822
1837
|
refId: string;
|
|
1823
1838
|
currentBillingPeriodEnd?: any | null | undefined;
|