@verma-consulting/common-library 0.1.60 → 0.1.62
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/index.d.mts +13 -11
- package/dist/index.d.ts +13 -11
- package/dist/index.js +56 -54
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +55 -53
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -87,7 +87,7 @@ interface UserInterface {
|
|
|
87
87
|
engagementsCreated?: EngagementInterface[];
|
|
88
88
|
dealsCreated?: DealInterface[];
|
|
89
89
|
leadsCreated?: LeadInterface[];
|
|
90
|
-
|
|
90
|
+
presetsCreated?: PresetInterface[];
|
|
91
91
|
statisticsCreated?: StatisticInterface[];
|
|
92
92
|
schemasCreated?: SchemaInterface[];
|
|
93
93
|
poolsCreated?: PoolInterface[];
|
|
@@ -1021,7 +1021,7 @@ interface EngagementInterface {
|
|
|
1021
1021
|
createdBy?: UserInterface;
|
|
1022
1022
|
updatedBy?: UserInterface;
|
|
1023
1023
|
}
|
|
1024
|
-
interface
|
|
1024
|
+
interface PresetInterface {
|
|
1025
1025
|
id?: string;
|
|
1026
1026
|
createdAt?: Date;
|
|
1027
1027
|
updatedAt?: Date;
|
|
@@ -1343,7 +1343,7 @@ interface StripePaymentIntent {
|
|
|
1343
1343
|
amount?: number;
|
|
1344
1344
|
currency?: string;
|
|
1345
1345
|
}
|
|
1346
|
-
interface
|
|
1346
|
+
interface QueryPresetInterface {
|
|
1347
1347
|
search?: string;
|
|
1348
1348
|
order?: string;
|
|
1349
1349
|
orderBy?: string;
|
|
@@ -1967,7 +1967,7 @@ declare enum CategoryType {
|
|
|
1967
1967
|
relations = "relations",
|
|
1968
1968
|
financials = "financials"
|
|
1969
1969
|
}
|
|
1970
|
-
declare enum
|
|
1970
|
+
declare enum PresetType {
|
|
1971
1971
|
defaultView = "defaultView",
|
|
1972
1972
|
defaultSort = "defaultSort",
|
|
1973
1973
|
defaultOrder = "defaultOrder",
|
|
@@ -1988,13 +1988,14 @@ declare enum UserSettingType {
|
|
|
1988
1988
|
}
|
|
1989
1989
|
declare enum FormFieldType {
|
|
1990
1990
|
TextField = "TextField",
|
|
1991
|
+
Paragraph = "Paragraph",
|
|
1992
|
+
Number = "Number",
|
|
1991
1993
|
SingleSelect = "SingleSelect",
|
|
1992
1994
|
MultiSelect = "MultiSelect",
|
|
1993
|
-
Number = "Number",
|
|
1994
1995
|
Date = "Date",
|
|
1996
|
+
Time = "Time",
|
|
1995
1997
|
Switch = "Switch",
|
|
1996
1998
|
Checkbox = "Checkbox",
|
|
1997
|
-
Time = "Time",
|
|
1998
1999
|
Currency = "Currency",
|
|
1999
2000
|
Percentage = "Percentage",
|
|
2000
2001
|
Color = "Color",
|
|
@@ -2337,6 +2338,7 @@ declare const constants: {
|
|
|
2337
2338
|
OBJECT: string;
|
|
2338
2339
|
ENUM: string;
|
|
2339
2340
|
String: string;
|
|
2341
|
+
Paragraph: string;
|
|
2340
2342
|
Float: string;
|
|
2341
2343
|
Int: string;
|
|
2342
2344
|
Boolean: string;
|
|
@@ -3608,7 +3610,7 @@ declare const defaultTypes: {
|
|
|
3608
3610
|
name: string;
|
|
3609
3611
|
description: string;
|
|
3610
3612
|
status: string;
|
|
3611
|
-
|
|
3613
|
+
paymentstatus: string;
|
|
3612
3614
|
currency: string;
|
|
3613
3615
|
receiptEmail: string;
|
|
3614
3616
|
receiptNumber: string;
|
|
@@ -3695,7 +3697,7 @@ declare const defaultTypes: {
|
|
|
3695
3697
|
currency: string;
|
|
3696
3698
|
instructionsEmail: string;
|
|
3697
3699
|
receiptNumber: string;
|
|
3698
|
-
|
|
3700
|
+
refundstatus: string;
|
|
3699
3701
|
reason: string;
|
|
3700
3702
|
pendingReason: string;
|
|
3701
3703
|
failureReason: string;
|
|
@@ -3708,7 +3710,7 @@ declare const defaultTypes: {
|
|
|
3708
3710
|
description: string;
|
|
3709
3711
|
status: string;
|
|
3710
3712
|
currency: string;
|
|
3711
|
-
|
|
3713
|
+
disputestatus: string;
|
|
3712
3714
|
reason: string;
|
|
3713
3715
|
amount: string;
|
|
3714
3716
|
isChargeRefundable: string;
|
|
@@ -3727,7 +3729,7 @@ declare const defaultTypes: {
|
|
|
3727
3729
|
duplicateChargeDocumentation: string;
|
|
3728
3730
|
duplicateChargeExplanation: string;
|
|
3729
3731
|
duplicateChargeId: string;
|
|
3730
|
-
|
|
3732
|
+
productdescription: string;
|
|
3731
3733
|
receipt: string;
|
|
3732
3734
|
refundPolicy: string;
|
|
3733
3735
|
refundPolicyDisclosure: string;
|
|
@@ -3851,4 +3853,4 @@ declare const defaultTypes: {
|
|
|
3851
3853
|
};
|
|
3852
3854
|
};
|
|
3853
3855
|
|
|
3854
|
-
export { type ActivityInterface, type AddressInterface, type AmountDetailsInterface, type AnalyticsQueryInterface, AppMode, type AutomaticPaymentMethodsInterface, type AutomaticTaxInterface, type BatchShipmentInterface, type BillingDetailsInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, type CarrierAccountInterface, type CarrierAccountResponseInterface, type CarrierMappingInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type CustomsItemInterface, type DealInterface, DealType, DeviceNotification, type DisputeInterface, type EmailInterface, type EngagementInterface, type EvidenceDetailsInterface, type EvidenceInterface, FeatureType, type FileInterface,
|
|
3856
|
+
export { type ActivityInterface, type AddressInterface, type AmountDetailsInterface, type AnalyticsQueryInterface, AppMode, type AutomaticPaymentMethodsInterface, type AutomaticTaxInterface, type BatchShipmentInterface, type BillingDetailsInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, type CarrierAccountInterface, type CarrierAccountResponseInterface, type CarrierMappingInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type CustomsItemInterface, type DealInterface, DealType, DeviceNotification, type DisputeInterface, type EmailInterface, type EngagementInterface, type EvidenceDetailsInterface, type EvidenceInterface, FeatureType, type FileInterface, FormFieldOrder, FormFieldType, FrequencyType, Gender, type GenericPayload, type IntegrationInterface, type InventoryInterface, type InvoiceInterface, type LabelOptionsInterface, LandingPath, LandingView, type LeadInterface, LeadType, type ListInterface, type MarketingFeatureInterface, type ModelInterface, ModelType, type Notation, type NotificationInterface, type OperationInterface, type OrderAddressInterface, type OrderInterface, OrganizationFeatures, type OrganizationInterface, type OrganizationModelInterface, type PackageDimensionsInterface, type ParcelInputInterface, type PauseCollectionInterface, type PaymentInterface, type PaymentMethodInterface, type PermissionInterface, PermissionType, PlatformLanguage, type PoolInterface, type PresetInterface, PresetType, type PriceInterface, type PriceRecurringInterface, Priority, type ProductInterface, type PromptInterface, type QueryPresetInterface, type RatesOptionsInterface, type RefundInterface, type RefundResponseInterface, type RegisterInterface, type ReportInterface, type SchemaInterface, type SentEmailInterface, type ServiceLevelsResponseInterface, type ShippingInterface, type ShippingRateInterface, type ShippingTransactionInterface, type ShippoAddressInterface, type ShippoBatchResponseInterface, type ShippoCustomsDeclarationInputInterface, type ShippoCustomsResponseInterface, type ShippoParcelInterface, type ShippoParcelResponseInterface, type ShippoRatesResponseInterface, type ShippoTrackingResponseInterface, type ShippoTransactionResponseInterface, SourceType, type StatisticInterface, type StripeAccountInterface, type StripeCustomer, type StripePaymentIntent, type SubscriptionInterface, type TagInterface, type TaskInterface, type TokenInterface, type TrackingHistoryInterface, type TrackingInfoInterface, type UsageInterface, UsageType, type UserInterface, UserSettingType, type WaitlistInterface, accountType, action, addressType, automaticTaxStatus, billingReason, billingScheme, camelCaseToWords, capitalizeSentence, captureMethod, chatType, clientType, collectionMethod, commentRole, constants, currency, customerType, defaultTypes, defaults, disputeReason, disputeStatus, financialStatus, formatPhoneNumber, formatRelativeTime, fulfillmentStatus, getRandomArbitrary, girth, grabAge, integrationCategory, integrationType, isNumber, largeNumberLabel, missingPaymentMethod, normalizeKey, openInNewTab, operationType, organizationFilterType, packageType, paymentAllowRedirect, paymentCancellationReason, paymentFutureUsage, paymentMethodAllowReDisplay, paymentMethodType, paymentStatus, prettifyString, priceType, productType, refundFailureReason, refundPendingReason, refundReason, refundStatus, shippingProvider, shippingServiceLevel, snakeToPretty, status, stripHtmlTags, subscriptionCancellationReason, taxBehavior, taxExempt, tiersMode, toCurrencyValue, trigger, unit, userRole, userSource, userStatus, validEmail, weightUnit };
|
package/dist/index.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ interface UserInterface {
|
|
|
87
87
|
engagementsCreated?: EngagementInterface[];
|
|
88
88
|
dealsCreated?: DealInterface[];
|
|
89
89
|
leadsCreated?: LeadInterface[];
|
|
90
|
-
|
|
90
|
+
presetsCreated?: PresetInterface[];
|
|
91
91
|
statisticsCreated?: StatisticInterface[];
|
|
92
92
|
schemasCreated?: SchemaInterface[];
|
|
93
93
|
poolsCreated?: PoolInterface[];
|
|
@@ -1021,7 +1021,7 @@ interface EngagementInterface {
|
|
|
1021
1021
|
createdBy?: UserInterface;
|
|
1022
1022
|
updatedBy?: UserInterface;
|
|
1023
1023
|
}
|
|
1024
|
-
interface
|
|
1024
|
+
interface PresetInterface {
|
|
1025
1025
|
id?: string;
|
|
1026
1026
|
createdAt?: Date;
|
|
1027
1027
|
updatedAt?: Date;
|
|
@@ -1343,7 +1343,7 @@ interface StripePaymentIntent {
|
|
|
1343
1343
|
amount?: number;
|
|
1344
1344
|
currency?: string;
|
|
1345
1345
|
}
|
|
1346
|
-
interface
|
|
1346
|
+
interface QueryPresetInterface {
|
|
1347
1347
|
search?: string;
|
|
1348
1348
|
order?: string;
|
|
1349
1349
|
orderBy?: string;
|
|
@@ -1967,7 +1967,7 @@ declare enum CategoryType {
|
|
|
1967
1967
|
relations = "relations",
|
|
1968
1968
|
financials = "financials"
|
|
1969
1969
|
}
|
|
1970
|
-
declare enum
|
|
1970
|
+
declare enum PresetType {
|
|
1971
1971
|
defaultView = "defaultView",
|
|
1972
1972
|
defaultSort = "defaultSort",
|
|
1973
1973
|
defaultOrder = "defaultOrder",
|
|
@@ -1988,13 +1988,14 @@ declare enum UserSettingType {
|
|
|
1988
1988
|
}
|
|
1989
1989
|
declare enum FormFieldType {
|
|
1990
1990
|
TextField = "TextField",
|
|
1991
|
+
Paragraph = "Paragraph",
|
|
1992
|
+
Number = "Number",
|
|
1991
1993
|
SingleSelect = "SingleSelect",
|
|
1992
1994
|
MultiSelect = "MultiSelect",
|
|
1993
|
-
Number = "Number",
|
|
1994
1995
|
Date = "Date",
|
|
1996
|
+
Time = "Time",
|
|
1995
1997
|
Switch = "Switch",
|
|
1996
1998
|
Checkbox = "Checkbox",
|
|
1997
|
-
Time = "Time",
|
|
1998
1999
|
Currency = "Currency",
|
|
1999
2000
|
Percentage = "Percentage",
|
|
2000
2001
|
Color = "Color",
|
|
@@ -2337,6 +2338,7 @@ declare const constants: {
|
|
|
2337
2338
|
OBJECT: string;
|
|
2338
2339
|
ENUM: string;
|
|
2339
2340
|
String: string;
|
|
2341
|
+
Paragraph: string;
|
|
2340
2342
|
Float: string;
|
|
2341
2343
|
Int: string;
|
|
2342
2344
|
Boolean: string;
|
|
@@ -3608,7 +3610,7 @@ declare const defaultTypes: {
|
|
|
3608
3610
|
name: string;
|
|
3609
3611
|
description: string;
|
|
3610
3612
|
status: string;
|
|
3611
|
-
|
|
3613
|
+
paymentstatus: string;
|
|
3612
3614
|
currency: string;
|
|
3613
3615
|
receiptEmail: string;
|
|
3614
3616
|
receiptNumber: string;
|
|
@@ -3695,7 +3697,7 @@ declare const defaultTypes: {
|
|
|
3695
3697
|
currency: string;
|
|
3696
3698
|
instructionsEmail: string;
|
|
3697
3699
|
receiptNumber: string;
|
|
3698
|
-
|
|
3700
|
+
refundstatus: string;
|
|
3699
3701
|
reason: string;
|
|
3700
3702
|
pendingReason: string;
|
|
3701
3703
|
failureReason: string;
|
|
@@ -3708,7 +3710,7 @@ declare const defaultTypes: {
|
|
|
3708
3710
|
description: string;
|
|
3709
3711
|
status: string;
|
|
3710
3712
|
currency: string;
|
|
3711
|
-
|
|
3713
|
+
disputestatus: string;
|
|
3712
3714
|
reason: string;
|
|
3713
3715
|
amount: string;
|
|
3714
3716
|
isChargeRefundable: string;
|
|
@@ -3727,7 +3729,7 @@ declare const defaultTypes: {
|
|
|
3727
3729
|
duplicateChargeDocumentation: string;
|
|
3728
3730
|
duplicateChargeExplanation: string;
|
|
3729
3731
|
duplicateChargeId: string;
|
|
3730
|
-
|
|
3732
|
+
productdescription: string;
|
|
3731
3733
|
receipt: string;
|
|
3732
3734
|
refundPolicy: string;
|
|
3733
3735
|
refundPolicyDisclosure: string;
|
|
@@ -3851,4 +3853,4 @@ declare const defaultTypes: {
|
|
|
3851
3853
|
};
|
|
3852
3854
|
};
|
|
3853
3855
|
|
|
3854
|
-
export { type ActivityInterface, type AddressInterface, type AmountDetailsInterface, type AnalyticsQueryInterface, AppMode, type AutomaticPaymentMethodsInterface, type AutomaticTaxInterface, type BatchShipmentInterface, type BillingDetailsInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, type CarrierAccountInterface, type CarrierAccountResponseInterface, type CarrierMappingInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type CustomsItemInterface, type DealInterface, DealType, DeviceNotification, type DisputeInterface, type EmailInterface, type EngagementInterface, type EvidenceDetailsInterface, type EvidenceInterface, FeatureType, type FileInterface,
|
|
3856
|
+
export { type ActivityInterface, type AddressInterface, type AmountDetailsInterface, type AnalyticsQueryInterface, AppMode, type AutomaticPaymentMethodsInterface, type AutomaticTaxInterface, type BatchShipmentInterface, type BillingDetailsInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, type CarrierAccountInterface, type CarrierAccountResponseInterface, type CarrierMappingInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type CustomsItemInterface, type DealInterface, DealType, DeviceNotification, type DisputeInterface, type EmailInterface, type EngagementInterface, type EvidenceDetailsInterface, type EvidenceInterface, FeatureType, type FileInterface, FormFieldOrder, FormFieldType, FrequencyType, Gender, type GenericPayload, type IntegrationInterface, type InventoryInterface, type InvoiceInterface, type LabelOptionsInterface, LandingPath, LandingView, type LeadInterface, LeadType, type ListInterface, type MarketingFeatureInterface, type ModelInterface, ModelType, type Notation, type NotificationInterface, type OperationInterface, type OrderAddressInterface, type OrderInterface, OrganizationFeatures, type OrganizationInterface, type OrganizationModelInterface, type PackageDimensionsInterface, type ParcelInputInterface, type PauseCollectionInterface, type PaymentInterface, type PaymentMethodInterface, type PermissionInterface, PermissionType, PlatformLanguage, type PoolInterface, type PresetInterface, PresetType, type PriceInterface, type PriceRecurringInterface, Priority, type ProductInterface, type PromptInterface, type QueryPresetInterface, type RatesOptionsInterface, type RefundInterface, type RefundResponseInterface, type RegisterInterface, type ReportInterface, type SchemaInterface, type SentEmailInterface, type ServiceLevelsResponseInterface, type ShippingInterface, type ShippingRateInterface, type ShippingTransactionInterface, type ShippoAddressInterface, type ShippoBatchResponseInterface, type ShippoCustomsDeclarationInputInterface, type ShippoCustomsResponseInterface, type ShippoParcelInterface, type ShippoParcelResponseInterface, type ShippoRatesResponseInterface, type ShippoTrackingResponseInterface, type ShippoTransactionResponseInterface, SourceType, type StatisticInterface, type StripeAccountInterface, type StripeCustomer, type StripePaymentIntent, type SubscriptionInterface, type TagInterface, type TaskInterface, type TokenInterface, type TrackingHistoryInterface, type TrackingInfoInterface, type UsageInterface, UsageType, type UserInterface, UserSettingType, type WaitlistInterface, accountType, action, addressType, automaticTaxStatus, billingReason, billingScheme, camelCaseToWords, capitalizeSentence, captureMethod, chatType, clientType, collectionMethod, commentRole, constants, currency, customerType, defaultTypes, defaults, disputeReason, disputeStatus, financialStatus, formatPhoneNumber, formatRelativeTime, fulfillmentStatus, getRandomArbitrary, girth, grabAge, integrationCategory, integrationType, isNumber, largeNumberLabel, missingPaymentMethod, normalizeKey, openInNewTab, operationType, organizationFilterType, packageType, paymentAllowRedirect, paymentCancellationReason, paymentFutureUsage, paymentMethodAllowReDisplay, paymentMethodType, paymentStatus, prettifyString, priceType, productType, refundFailureReason, refundPendingReason, refundReason, refundStatus, shippingProvider, shippingServiceLevel, snakeToPretty, status, stripHtmlTags, subscriptionCancellationReason, taxBehavior, taxExempt, tiersMode, toCurrencyValue, trigger, unit, userRole, userSource, userStatus, validEmail, weightUnit };
|
package/dist/index.js
CHANGED
|
@@ -29,7 +29,6 @@ __export(index_exports, {
|
|
|
29
29
|
DealType: () => DealType,
|
|
30
30
|
DeviceNotification: () => DeviceNotification,
|
|
31
31
|
FeatureType: () => FeatureType,
|
|
32
|
-
FilterType: () => FilterType,
|
|
33
32
|
FormFieldOrder: () => FormFieldOrder,
|
|
34
33
|
FormFieldType: () => FormFieldType,
|
|
35
34
|
FrequencyType: () => FrequencyType,
|
|
@@ -41,6 +40,7 @@ __export(index_exports, {
|
|
|
41
40
|
OrganizationFeatures: () => OrganizationFeatures,
|
|
42
41
|
PermissionType: () => PermissionType,
|
|
43
42
|
PlatformLanguage: () => PlatformLanguage,
|
|
43
|
+
PresetType: () => PresetType,
|
|
44
44
|
Priority: () => Priority,
|
|
45
45
|
SourceType: () => SourceType,
|
|
46
46
|
UsageType: () => UsageType,
|
|
@@ -705,18 +705,18 @@ var CategoryType = /* @__PURE__ */ ((CategoryType2) => {
|
|
|
705
705
|
CategoryType2["financials"] = "financials";
|
|
706
706
|
return CategoryType2;
|
|
707
707
|
})(CategoryType || {});
|
|
708
|
-
var
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
return
|
|
719
|
-
})(
|
|
708
|
+
var PresetType = /* @__PURE__ */ ((PresetType2) => {
|
|
709
|
+
PresetType2["defaultView"] = "defaultView";
|
|
710
|
+
PresetType2["defaultSort"] = "defaultSort";
|
|
711
|
+
PresetType2["defaultOrder"] = "defaultOrder";
|
|
712
|
+
PresetType2["statisticSort"] = "statisticSort";
|
|
713
|
+
PresetType2["statisticsOrder"] = "statisticsOrder";
|
|
714
|
+
PresetType2["defaultRowsPerPage"] = "defaultRowsPerPage";
|
|
715
|
+
PresetType2["statisticRowsPerPage"] = "statisticRowsPerPage";
|
|
716
|
+
PresetType2["tableHeaders"] = "tableHeaders";
|
|
717
|
+
PresetType2["kanbanStatusField"] = "kanbanStatusField";
|
|
718
|
+
return PresetType2;
|
|
719
|
+
})(PresetType || {});
|
|
720
720
|
var organizationFilterType = /* @__PURE__ */ ((organizationFilterType2) => {
|
|
721
721
|
organizationFilterType2["reports"] = "reports";
|
|
722
722
|
organizationFilterType2["lists"] = "lists";
|
|
@@ -729,13 +729,14 @@ var UserSettingType = /* @__PURE__ */ ((UserSettingType2) => {
|
|
|
729
729
|
})(UserSettingType || {});
|
|
730
730
|
var FormFieldType = /* @__PURE__ */ ((FormFieldType2) => {
|
|
731
731
|
FormFieldType2["TextField"] = "TextField";
|
|
732
|
+
FormFieldType2["Paragraph"] = "Paragraph";
|
|
733
|
+
FormFieldType2["Number"] = "Number";
|
|
732
734
|
FormFieldType2["SingleSelect"] = "SingleSelect";
|
|
733
735
|
FormFieldType2["MultiSelect"] = "MultiSelect";
|
|
734
|
-
FormFieldType2["Number"] = "Number";
|
|
735
736
|
FormFieldType2["Date"] = "Date";
|
|
737
|
+
FormFieldType2["Time"] = "Time";
|
|
736
738
|
FormFieldType2["Switch"] = "Switch";
|
|
737
739
|
FormFieldType2["Checkbox"] = "Checkbox";
|
|
738
|
-
FormFieldType2["Time"] = "Time";
|
|
739
740
|
FormFieldType2["Currency"] = "Currency";
|
|
740
741
|
FormFieldType2["Percentage"] = "Percentage";
|
|
741
742
|
FormFieldType2["Color"] = "Color";
|
|
@@ -1146,6 +1147,7 @@ var constants = {
|
|
|
1146
1147
|
OBJECT: "Single Select",
|
|
1147
1148
|
ENUM: "Single Select",
|
|
1148
1149
|
String: "Text Field",
|
|
1150
|
+
Paragraph: "Paragraph",
|
|
1149
1151
|
Float: "Number",
|
|
1150
1152
|
Int: "Number",
|
|
1151
1153
|
Boolean: "Checkbox",
|
|
@@ -2767,7 +2769,7 @@ var defaultTypes = {
|
|
|
2767
2769
|
lastName: "String",
|
|
2768
2770
|
email: "String",
|
|
2769
2771
|
role: "String",
|
|
2770
|
-
status: "
|
|
2772
|
+
status: "ENUM",
|
|
2771
2773
|
userName: "String",
|
|
2772
2774
|
jobTitle: "String",
|
|
2773
2775
|
password: "String",
|
|
@@ -2789,8 +2791,8 @@ var defaultTypes = {
|
|
|
2789
2791
|
},
|
|
2790
2792
|
clients: {
|
|
2791
2793
|
name: "String",
|
|
2792
|
-
description: "
|
|
2793
|
-
status: "
|
|
2794
|
+
description: "Paragraph",
|
|
2795
|
+
status: "ENUM",
|
|
2794
2796
|
email: "String",
|
|
2795
2797
|
individualName: "String",
|
|
2796
2798
|
businessName: "String",
|
|
@@ -2823,8 +2825,8 @@ var defaultTypes = {
|
|
|
2823
2825
|
},
|
|
2824
2826
|
tasks: {
|
|
2825
2827
|
name: "String",
|
|
2826
|
-
description: "
|
|
2827
|
-
status: "
|
|
2828
|
+
description: "Paragraph",
|
|
2829
|
+
status: "ENUM",
|
|
2828
2830
|
priority: "String",
|
|
2829
2831
|
dueDate: "Date",
|
|
2830
2832
|
reminder: "Boolean",
|
|
@@ -2838,8 +2840,8 @@ var defaultTypes = {
|
|
|
2838
2840
|
},
|
|
2839
2841
|
products: {
|
|
2840
2842
|
name: "String",
|
|
2841
|
-
description: "
|
|
2842
|
-
status: "
|
|
2843
|
+
description: "Paragraph",
|
|
2844
|
+
status: "ENUM",
|
|
2843
2845
|
productType: "String",
|
|
2844
2846
|
client: "OBJECT",
|
|
2845
2847
|
inventory: "OBJECT",
|
|
@@ -2882,16 +2884,16 @@ var defaultTypes = {
|
|
|
2882
2884
|
},
|
|
2883
2885
|
inventories: {
|
|
2884
2886
|
name: "String",
|
|
2885
|
-
description: "
|
|
2886
|
-
status: "
|
|
2887
|
+
description: "Paragraph",
|
|
2888
|
+
status: "ENUM",
|
|
2887
2889
|
amount: "Int",
|
|
2888
2890
|
quantity: "Int"
|
|
2889
2891
|
},
|
|
2890
2892
|
invoices: {
|
|
2891
2893
|
name: "String",
|
|
2892
|
-
description: "
|
|
2894
|
+
description: "Paragraph",
|
|
2893
2895
|
footer: "String",
|
|
2894
|
-
status: "
|
|
2896
|
+
status: "ENUM",
|
|
2895
2897
|
currency: "String",
|
|
2896
2898
|
accountCountry: "String",
|
|
2897
2899
|
statementDescriptor: "String",
|
|
@@ -2932,8 +2934,8 @@ var defaultTypes = {
|
|
|
2932
2934
|
},
|
|
2933
2935
|
contacts: {
|
|
2934
2936
|
name: "String",
|
|
2935
|
-
description: "
|
|
2936
|
-
status: "
|
|
2937
|
+
description: "Paragraph",
|
|
2938
|
+
status: "ENUM",
|
|
2937
2939
|
email: "String",
|
|
2938
2940
|
phone: "String",
|
|
2939
2941
|
role: "String",
|
|
@@ -2944,16 +2946,16 @@ var defaultTypes = {
|
|
|
2944
2946
|
},
|
|
2945
2947
|
engagements: {
|
|
2946
2948
|
name: "String",
|
|
2947
|
-
description: "
|
|
2948
|
-
status: "
|
|
2949
|
+
description: "Paragraph",
|
|
2950
|
+
status: "ENUM",
|
|
2949
2951
|
engagementDate: "Date",
|
|
2950
2952
|
client: "OBJECT",
|
|
2951
2953
|
contact: "OBJECT"
|
|
2952
2954
|
},
|
|
2953
2955
|
campaigns: {
|
|
2954
2956
|
name: "String",
|
|
2955
|
-
description: "
|
|
2956
|
-
status: "
|
|
2957
|
+
description: "Paragraph",
|
|
2958
|
+
status: "ENUM",
|
|
2957
2959
|
priority: "String",
|
|
2958
2960
|
startDate: "Date",
|
|
2959
2961
|
endDate: "Date",
|
|
@@ -2969,8 +2971,8 @@ var defaultTypes = {
|
|
|
2969
2971
|
},
|
|
2970
2972
|
leads: {
|
|
2971
2973
|
name: "String",
|
|
2972
|
-
description: "
|
|
2973
|
-
status: "
|
|
2974
|
+
description: "Paragraph",
|
|
2975
|
+
status: "ENUM",
|
|
2974
2976
|
leadType: "String",
|
|
2975
2977
|
source: "String",
|
|
2976
2978
|
amount: "Int",
|
|
@@ -2984,8 +2986,8 @@ var defaultTypes = {
|
|
|
2984
2986
|
},
|
|
2985
2987
|
deals: {
|
|
2986
2988
|
name: "String",
|
|
2987
|
-
description: "
|
|
2988
|
-
status: "
|
|
2989
|
+
description: "Paragraph",
|
|
2990
|
+
status: "ENUM",
|
|
2989
2991
|
dealType: "String",
|
|
2990
2992
|
source: "String",
|
|
2991
2993
|
amount: "Int",
|
|
@@ -2999,8 +3001,8 @@ var defaultTypes = {
|
|
|
2999
3001
|
},
|
|
3000
3002
|
subscriptions: {
|
|
3001
3003
|
name: "String",
|
|
3002
|
-
description: "
|
|
3003
|
-
status: "
|
|
3004
|
+
description: "Paragraph",
|
|
3005
|
+
status: "ENUM",
|
|
3004
3006
|
trialStart: "DateTime",
|
|
3005
3007
|
trialEnd: "DateTime",
|
|
3006
3008
|
startDate: "DateTime",
|
|
@@ -3029,7 +3031,7 @@ var defaultTypes = {
|
|
|
3029
3031
|
account: "OBJECT",
|
|
3030
3032
|
type: "String"
|
|
3031
3033
|
},
|
|
3032
|
-
status: "
|
|
3034
|
+
status: "ENUM"
|
|
3033
3035
|
},
|
|
3034
3036
|
pauseCollection: {
|
|
3035
3037
|
behavior: "String",
|
|
@@ -3047,9 +3049,9 @@ var defaultTypes = {
|
|
|
3047
3049
|
},
|
|
3048
3050
|
payments: {
|
|
3049
3051
|
name: "String",
|
|
3050
|
-
description: "
|
|
3051
|
-
status: "
|
|
3052
|
-
|
|
3052
|
+
description: "Paragraph",
|
|
3053
|
+
status: "ENUM",
|
|
3054
|
+
paymentstatus: "ENUM",
|
|
3053
3055
|
currency: "String",
|
|
3054
3056
|
receiptEmail: "String",
|
|
3055
3057
|
receiptNumber: "String",
|
|
@@ -3092,8 +3094,8 @@ var defaultTypes = {
|
|
|
3092
3094
|
},
|
|
3093
3095
|
paymentMethods: {
|
|
3094
3096
|
name: "String",
|
|
3095
|
-
description: "
|
|
3096
|
-
status: "
|
|
3097
|
+
description: "Paragraph",
|
|
3098
|
+
status: "ENUM",
|
|
3097
3099
|
paymentMethodType: "String",
|
|
3098
3100
|
allowRedisplay: "String",
|
|
3099
3101
|
livemode: "Boolean"
|
|
@@ -3127,12 +3129,12 @@ var defaultTypes = {
|
|
|
3127
3129
|
},
|
|
3128
3130
|
refunds: {
|
|
3129
3131
|
name: "String",
|
|
3130
|
-
description: "
|
|
3131
|
-
status: "
|
|
3132
|
+
description: "Paragraph",
|
|
3133
|
+
status: "ENUM",
|
|
3132
3134
|
currency: "String",
|
|
3133
3135
|
instructionsEmail: "String",
|
|
3134
3136
|
receiptNumber: "String",
|
|
3135
|
-
|
|
3137
|
+
refundstatus: "ENUM",
|
|
3136
3138
|
reason: "String",
|
|
3137
3139
|
pendingReason: "String",
|
|
3138
3140
|
failureReason: "String",
|
|
@@ -3142,10 +3144,10 @@ var defaultTypes = {
|
|
|
3142
3144
|
},
|
|
3143
3145
|
disputes: {
|
|
3144
3146
|
name: "String",
|
|
3145
|
-
description: "
|
|
3146
|
-
status: "
|
|
3147
|
+
description: "Paragraph",
|
|
3148
|
+
status: "ENUM",
|
|
3147
3149
|
currency: "String",
|
|
3148
|
-
|
|
3150
|
+
disputestatus: "ENUM",
|
|
3149
3151
|
reason: "String",
|
|
3150
3152
|
amount: "Int",
|
|
3151
3153
|
isChargeRefundable: "Boolean",
|
|
@@ -3164,7 +3166,7 @@ var defaultTypes = {
|
|
|
3164
3166
|
duplicateChargeDocumentation: "String",
|
|
3165
3167
|
duplicateChargeExplanation: "String",
|
|
3166
3168
|
duplicateChargeId: "String",
|
|
3167
|
-
|
|
3169
|
+
productdescription: "String",
|
|
3168
3170
|
receipt: "String",
|
|
3169
3171
|
refundPolicy: "String",
|
|
3170
3172
|
refundPolicyDisclosure: "String",
|
|
@@ -3188,8 +3190,8 @@ var defaultTypes = {
|
|
|
3188
3190
|
},
|
|
3189
3191
|
pools: {
|
|
3190
3192
|
name: "String",
|
|
3191
|
-
description: "
|
|
3192
|
-
status: "
|
|
3193
|
+
description: "Paragraph",
|
|
3194
|
+
status: "ENUM"
|
|
3193
3195
|
},
|
|
3194
3196
|
issuer: {
|
|
3195
3197
|
account: "OBJECT",
|
|
@@ -3299,7 +3301,6 @@ var defaultTypes_default = defaultTypes;
|
|
|
3299
3301
|
DealType,
|
|
3300
3302
|
DeviceNotification,
|
|
3301
3303
|
FeatureType,
|
|
3302
|
-
FilterType,
|
|
3303
3304
|
FormFieldOrder,
|
|
3304
3305
|
FormFieldType,
|
|
3305
3306
|
FrequencyType,
|
|
@@ -3311,6 +3312,7 @@ var defaultTypes_default = defaultTypes;
|
|
|
3311
3312
|
OrganizationFeatures,
|
|
3312
3313
|
PermissionType,
|
|
3313
3314
|
PlatformLanguage,
|
|
3315
|
+
PresetType,
|
|
3314
3316
|
Priority,
|
|
3315
3317
|
SourceType,
|
|
3316
3318
|
UsageType,
|