@appconda/nextjs 1.0.12 → 1.0.14

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.
Files changed (122) hide show
  1. package/dist/cjs/sdk.js +2648 -0
  2. package/dist/cjs/sdk.js.map +1 -1
  3. package/dist/esm/sdk.js +2647 -1
  4. package/dist/esm/sdk.js.map +1 -1
  5. package/dist/iife/sdk.js +2648 -2
  6. package/package.json +2 -1
  7. package/src/getAppcondaClient.ts +44 -0
  8. package/src/getSDKForCurrentUser.ts +75 -0
  9. package/src/index.ts +2 -0
  10. package/src/services/waitlist.ts +16 -0
  11. package/types/Cache/Adapter.d.ts +0 -10
  12. package/types/Cache/Adapters/Filesystem.d.ts +0 -16
  13. package/types/Cache/Adapters/Memory.d.ts +0 -18
  14. package/types/Cache/Adapters/None.d.ts +0 -12
  15. package/types/Cache/Adapters/Redis.d.ts +0 -14
  16. package/types/Cache/Adapters/Sharding.d.ts +0 -17
  17. package/types/Cache/Cache.d.ts +0 -16
  18. package/types/Cache/index.d.ts +0 -5
  19. package/types/Cache/test.d.ts +0 -0
  20. package/types/Services.d.ts +0 -6
  21. package/types/client.d.ts +0 -141
  22. package/types/decorators/Cache.d.ts +0 -1
  23. package/types/decorators/CacheKey.d.ts +0 -1
  24. package/types/decorators/Invalidate.d.ts +0 -1
  25. package/types/enums/api-service.d.ts +0 -13
  26. package/types/enums/api.d.ts +0 -5
  27. package/types/enums/auth-method.d.ts +0 -9
  28. package/types/enums/authentication-factor.d.ts +0 -6
  29. package/types/enums/authenticator-type.d.ts +0 -3
  30. package/types/enums/browser.d.ts +0 -16
  31. package/types/enums/compression.d.ts +0 -5
  32. package/types/enums/credit-card.d.ts +0 -18
  33. package/types/enums/database-usage-range.d.ts +0 -5
  34. package/types/enums/email-template-locale.d.ts +0 -133
  35. package/types/enums/email-template-type.d.ts +0 -9
  36. package/types/enums/entities/EntityLimitType.d.ts +0 -4
  37. package/types/enums/entities/PropertyAttributeName.d.ts +0 -27
  38. package/types/enums/entities/PropertyCondition.d.ts +0 -7
  39. package/types/enums/entities/PropertyType.d.ts +0 -12
  40. package/types/enums/entities/PropertyValueType.d.ts +0 -6
  41. package/types/enums/entities/RowAccess.d.ts +0 -2
  42. package/types/enums/entities/ViewFilterCondition.d.ts +0 -12
  43. package/types/enums/execution-method.d.ts +0 -8
  44. package/types/enums/flag.d.ts +0 -197
  45. package/types/enums/function-usage-range.d.ts +0 -5
  46. package/types/enums/image-format.d.ts +0 -7
  47. package/types/enums/image-gravity.d.ts +0 -11
  48. package/types/enums/index-type.d.ts +0 -5
  49. package/types/enums/messaging-provider-type.d.ts +0 -5
  50. package/types/enums/name.d.ts +0 -14
  51. package/types/enums/o-auth-provider copy.d.ts +0 -41
  52. package/types/enums/o-auth-provider.d.ts +0 -41
  53. package/types/enums/password-hash.d.ts +0 -13
  54. package/types/enums/platform-type.d.ts +0 -17
  55. package/types/enums/project-usage-range.d.ts +0 -4
  56. package/types/enums/region.d.ts +0 -4
  57. package/types/enums/relation-mutate.d.ts +0 -5
  58. package/types/enums/relationship-type.d.ts +0 -6
  59. package/types/enums/resource-type.d.ts +0 -4
  60. package/types/enums/runtime.d.ts +0 -48
  61. package/types/enums/s-m-t-p-secure.d.ts +0 -3
  62. package/types/enums/shared/ApplicationLayout.d.ts +0 -4
  63. package/types/enums/shared/Colors.d.ts +0 -24
  64. package/types/enums/shared/InputType.d.ts +0 -6
  65. package/types/enums/shared/Periodicity.d.ts +0 -7
  66. package/types/enums/shared/SvgIcon.d.ts +0 -37
  67. package/types/enums/shared/Theme.d.ts +0 -4
  68. package/types/enums/sms-template-locale.d.ts +0 -133
  69. package/types/enums/sms-template-type.d.ts +0 -6
  70. package/types/enums/smtp-encryption.d.ts +0 -5
  71. package/types/enums/storage-usage-range.d.ts +0 -5
  72. package/types/enums/subscriptions/PricingModel.d.ts +0 -11
  73. package/types/enums/subscriptions/SubscriptionBillingPeriod.d.ts +0 -10
  74. package/types/enums/subscriptions/SubscriptionFeatureLimitType.d.ts +0 -10
  75. package/types/enums/subscriptions/SubscriptionPriceType.d.ts +0 -7
  76. package/types/enums/tenants/LinkedAccountStatus.d.ts +0 -5
  77. package/types/enums/tenants/TenantUserJoined.d.ts +0 -6
  78. package/types/enums/tenants/TenantUserStatus.d.ts +0 -6
  79. package/types/enums/tenants/TenantUserType.d.ts +0 -5
  80. package/types/enums/user-usage-range.d.ts +0 -5
  81. package/types/id.d.ts +0 -20
  82. package/types/index.d.ts +0 -36
  83. package/types/inputFile.d.ts +0 -6
  84. package/types/lib/Registry/Registry.d.ts +0 -38
  85. package/types/lib/Registry/index.d.ts +0 -1
  86. package/types/models.d.ts +0 -3272
  87. package/types/permission.d.ts +0 -43
  88. package/types/query.d.ts +0 -194
  89. package/types/role.d.ts +0 -70
  90. package/types/service-client.d.ts +0 -7
  91. package/types/service.d.ts +0 -11
  92. package/types/services/account.d.ts +0 -530
  93. package/types/services/acl.d.ts +0 -28
  94. package/types/services/applets.d.ts +0 -9
  95. package/types/services/assistant.d.ts +0 -14
  96. package/types/services/avatars.d.ts +0 -115
  97. package/types/services/community.d.ts +0 -19
  98. package/types/services/configuration.d.ts +0 -5
  99. package/types/services/console.d.ts +0 -15
  100. package/types/services/databases.d.ts +0 -613
  101. package/types/services/functions.d.ts +0 -319
  102. package/types/services/graphql.d.ts +0 -25
  103. package/types/services/health.d.ts +0 -231
  104. package/types/services/locale.d.ts +0 -80
  105. package/types/services/messaging.d.ts +0 -685
  106. package/types/services/migrations.d.ts +0 -185
  107. package/types/services/node.d.ts +0 -5
  108. package/types/services/permissions.d.ts +0 -20
  109. package/types/services/pricing.d.ts +0 -15
  110. package/types/services/project.d.ts +0 -70
  111. package/types/services/projects.d.ts +0 -542
  112. package/types/services/proxy.d.ts +0 -59
  113. package/types/services/roles.d.ts +0 -19
  114. package/types/services/schema.d.ts +0 -17
  115. package/types/services/storage.d.ts +0 -189
  116. package/types/services/subscription-product.d.ts +0 -77
  117. package/types/services/subscription.d.ts +0 -15
  118. package/types/services/teams.d.ts +0 -167
  119. package/types/services/tenant-subscription.d.ts +0 -12
  120. package/types/services/tenant.d.ts +0 -32
  121. package/types/services/users.d.ts +0 -499
  122. package/types/services/vcs.d.ts +0 -108
@@ -1,9 +0,0 @@
1
- export declare enum EmailTemplateType {
2
- Verification = "verification",
3
- Magicsession = "magicsession",
4
- Recovery = "recovery",
5
- Invitation = "invitation",
6
- Mfachallenge = "mfachallenge",
7
- Sessionalert = "sessionalert",
8
- Otpsession = "otpsession"
9
- }
@@ -1,4 +0,0 @@
1
- export declare enum EntityLimitType {
2
- MAX = 0,
3
- MONTHLY = 1
4
- }
@@ -1,27 +0,0 @@
1
- export declare enum PropertyAttributeName {
2
- HintText = "HintText",// Common
3
- HelpText = "HelpText",// Common
4
- Icon = "Icon",// Common
5
- Pattern = "pattern",// Text
6
- Min = "Min",
7
- Max = "Max",
8
- Step = "Step",
9
- Rows = "Rows",
10
- DefaultValue = "DefaultValue",
11
- Uppercase = "Uppercase",
12
- Lowercase = "Lowercase",
13
- Placeholder = "Placeholder",
14
- AcceptFileTypes = "AcceptFileTypes",
15
- MaxSize = "MaxSize",
16
- Editor = "editor",
17
- EditorLanguage = "EditorLanguage",
18
- EditorSize = "EditorSize",
19
- Columns = "Columns",
20
- Group = "Group",
21
- FormatNumber = "FormatNumber",
22
- FormatDate = "FormatDate",
23
- FormatBoolean = "FormatBoolean",
24
- Separator = "Separator",
25
- SelectOptions = "SelectOptions",
26
- Password = "Password"
27
- }
@@ -1,7 +0,0 @@
1
- export declare enum PropertyCondition {
2
- EQUAL = 0,// =
3
- GREATER_THAN = 1,// >
4
- EQUAL_OR_GREATER_THAN = 2,// >=
5
- LESS_THAN = 3,// <
6
- EQUAL_OR_LESS_THAN = 4
7
- }
@@ -1,12 +0,0 @@
1
- export declare enum PropertyType {
2
- NUMBER = 0,
3
- TEXT = 1,
4
- DATE = 2,
5
- MEDIA = 6,
6
- SELECT = 8,
7
- BOOLEAN = 10,
8
- MULTI_SELECT = 11,
9
- MULTI_TEXT = 12,
10
- RANGE_NUMBER = 13,
11
- RANGE_DATE = 14
12
- }
@@ -1,6 +0,0 @@
1
- export declare enum PropertyValueType {
2
- ID = 0,
3
- NUMBER = 1,
4
- TEXT = 2,
5
- DATE = 3
6
- }
@@ -1,2 +0,0 @@
1
- export declare const RowAccessTypes: readonly ["none", "view", "comment", "edit", "delete"];
2
- export type RowAccess = (typeof RowAccessTypes)[number];
@@ -1,12 +0,0 @@
1
- export declare enum ViewFilterCondition {
2
- equals = "equals",
3
- contains = "contains",
4
- lt = "lt",
5
- lte = "lte",
6
- gt = "gt",
7
- gte = "gte",
8
- startsWith = "startsWith",
9
- endsWith = "endsWith",
10
- in = "in",
11
- notIn = "notIn"
12
- }
@@ -1,8 +0,0 @@
1
- export declare enum ExecutionMethod {
2
- GET = "GET",
3
- POST = "POST",
4
- PUT = "PUT",
5
- PATCH = "PATCH",
6
- DELETE = "DELETE",
7
- OPTIONS = "OPTIONS"
8
- }
@@ -1,197 +0,0 @@
1
- export declare enum Flag {
2
- Afghanistan = "af",
3
- Angola = "ao",
4
- Albania = "al",
5
- Andorra = "ad",
6
- UnitedArabEmirates = "ae",
7
- Argentina = "ar",
8
- Armenia = "am",
9
- AntiguaAndBarbuda = "ag",
10
- Australia = "au",
11
- Austria = "at",
12
- Azerbaijan = "az",
13
- Burundi = "bi",
14
- Belgium = "be",
15
- Benin = "bj",
16
- BurkinaFaso = "bf",
17
- Bangladesh = "bd",
18
- Bulgaria = "bg",
19
- Bahrain = "bh",
20
- Bahamas = "bs",
21
- BosniaAndHerzegovina = "ba",
22
- Belarus = "by",
23
- Belize = "bz",
24
- Bolivia = "bo",
25
- Brazil = "br",
26
- Barbados = "bb",
27
- BruneiDarussalam = "bn",
28
- Bhutan = "bt",
29
- Botswana = "bw",
30
- CentralAfricanRepublic = "cf",
31
- Canada = "ca",
32
- Switzerland = "ch",
33
- Chile = "cl",
34
- China = "cn",
35
- CoteDIvoire = "ci",
36
- Cameroon = "cm",
37
- DemocraticRepublicOfTheCongo = "cd",
38
- RepublicOfTheCongo = "cg",
39
- Colombia = "co",
40
- Comoros = "km",
41
- CapeVerde = "cv",
42
- CostaRica = "cr",
43
- Cuba = "cu",
44
- Cyprus = "cy",
45
- CzechRepublic = "cz",
46
- Germany = "de",
47
- Djibouti = "dj",
48
- Dominica = "dm",
49
- Denmark = "dk",
50
- DominicanRepublic = "do",
51
- Algeria = "dz",
52
- Ecuador = "ec",
53
- Egypt = "eg",
54
- Eritrea = "er",
55
- Spain = "es",
56
- Estonia = "ee",
57
- Ethiopia = "et",
58
- Finland = "fi",
59
- Fiji = "fj",
60
- France = "fr",
61
- MicronesiaFederatedStatesOf = "fm",
62
- Gabon = "ga",
63
- UnitedKingdom = "gb",
64
- Georgia = "ge",
65
- Ghana = "gh",
66
- Guinea = "gn",
67
- Gambia = "gm",
68
- GuineaBissau = "gw",
69
- EquatorialGuinea = "gq",
70
- Greece = "gr",
71
- Grenada = "gd",
72
- Guatemala = "gt",
73
- Guyana = "gy",
74
- Honduras = "hn",
75
- Croatia = "hr",
76
- Haiti = "ht",
77
- Hungary = "hu",
78
- Indonesia = "id",
79
- India = "in",
80
- Ireland = "ie",
81
- IranIslamicRepublicOf = "ir",
82
- Iraq = "iq",
83
- Iceland = "is",
84
- Israel = "il",
85
- Italy = "it",
86
- Jamaica = "jm",
87
- Jordan = "jo",
88
- Japan = "jp",
89
- Kazakhstan = "kz",
90
- Kenya = "ke",
91
- Kyrgyzstan = "kg",
92
- Cambodia = "kh",
93
- Kiribati = "ki",
94
- SaintKittsAndNevis = "kn",
95
- SouthKorea = "kr",
96
- Kuwait = "kw",
97
- LaoPeopleSDemocraticRepublic = "la",
98
- Lebanon = "lb",
99
- Liberia = "lr",
100
- Libya = "ly",
101
- SaintLucia = "lc",
102
- Liechtenstein = "li",
103
- SriLanka = "lk",
104
- Lesotho = "ls",
105
- Lithuania = "lt",
106
- Luxembourg = "lu",
107
- Latvia = "lv",
108
- Morocco = "ma",
109
- Monaco = "mc",
110
- Moldova = "md",
111
- Madagascar = "mg",
112
- Maldives = "mv",
113
- Mexico = "mx",
114
- MarshallIslands = "mh",
115
- NorthMacedonia = "mk",
116
- Mali = "ml",
117
- Malta = "mt",
118
- Myanmar = "mm",
119
- Montenegro = "me",
120
- Mongolia = "mn",
121
- Mozambique = "mz",
122
- Mauritania = "mr",
123
- Mauritius = "mu",
124
- Malawi = "mw",
125
- Malaysia = "my",
126
- Namibia = "na",
127
- Niger = "ne",
128
- Nigeria = "ng",
129
- Nicaragua = "ni",
130
- Netherlands = "nl",
131
- Norway = "no",
132
- Nepal = "np",
133
- Nauru = "nr",
134
- NewZealand = "nz",
135
- Oman = "om",
136
- Pakistan = "pk",
137
- Panama = "pa",
138
- Peru = "pe",
139
- Philippines = "ph",
140
- Palau = "pw",
141
- PapuaNewGuinea = "pg",
142
- Poland = "pl",
143
- FrenchPolynesia = "pf",
144
- NorthKorea = "kp",
145
- Portugal = "pt",
146
- Paraguay = "py",
147
- Qatar = "qa",
148
- Romania = "ro",
149
- Russia = "ru",
150
- Rwanda = "rw",
151
- SaudiArabia = "sa",
152
- Sudan = "sd",
153
- Senegal = "sn",
154
- Singapore = "sg",
155
- SolomonIslands = "sb",
156
- SierraLeone = "sl",
157
- ElSalvador = "sv",
158
- SanMarino = "sm",
159
- Somalia = "so",
160
- Serbia = "rs",
161
- SouthSudan = "ss",
162
- SaoTomeAndPrincipe = "st",
163
- Suriname = "sr",
164
- Slovakia = "sk",
165
- Slovenia = "si",
166
- Sweden = "se",
167
- Eswatini = "sz",
168
- Seychelles = "sc",
169
- Syria = "sy",
170
- Chad = "td",
171
- Togo = "tg",
172
- Thailand = "th",
173
- Tajikistan = "tj",
174
- Turkmenistan = "tm",
175
- TimorLeste = "tl",
176
- Tonga = "to",
177
- TrinidadAndTobago = "tt",
178
- Tunisia = "tn",
179
- Turkey = "tr",
180
- Tuvalu = "tv",
181
- Tanzania = "tz",
182
- Uganda = "ug",
183
- Ukraine = "ua",
184
- Uruguay = "uy",
185
- UnitedStates = "us",
186
- Uzbekistan = "uz",
187
- VaticanCity = "va",
188
- SaintVincentAndTheGrenadines = "vc",
189
- Venezuela = "ve",
190
- Vietnam = "vn",
191
- Vanuatu = "vu",
192
- Samoa = "ws",
193
- Yemen = "ye",
194
- SouthAfrica = "za",
195
- Zambia = "zm",
196
- Zimbabwe = "zw"
197
- }
@@ -1,5 +0,0 @@
1
- export declare enum FunctionUsageRange {
2
- TwentyFourHours = "24h",
3
- ThirtyDays = "30d",
4
- NinetyDays = "90d"
5
- }
@@ -1,7 +0,0 @@
1
- export declare enum ImageFormat {
2
- Jpg = "jpg",
3
- Jpeg = "jpeg",
4
- Gif = "gif",
5
- Png = "png",
6
- Webp = "webp"
7
- }
@@ -1,11 +0,0 @@
1
- export declare enum ImageGravity {
2
- Center = "center",
3
- Topleft = "top-left",
4
- Top = "top",
5
- Topright = "top-right",
6
- Left = "left",
7
- Right = "right",
8
- Bottomleft = "bottom-left",
9
- Bottom = "bottom",
10
- Bottomright = "bottom-right"
11
- }
@@ -1,5 +0,0 @@
1
- export declare enum IndexType {
2
- Key = "key",
3
- Fulltext = "fulltext",
4
- Unique = "unique"
5
- }
@@ -1,5 +0,0 @@
1
- export declare enum MessagingProviderType {
2
- Email = "email",
3
- Sms = "sms",
4
- Push = "push"
5
- }
@@ -1,14 +0,0 @@
1
- export declare enum Name {
2
- V1database = "v1-database",
3
- V1deletes = "v1-deletes",
4
- V1audits = "v1-audits",
5
- V1mails = "v1-mails",
6
- V1functions = "v1-functions",
7
- V1usage = "v1-usage",
8
- V1usagedump = "v1-usage-dump",
9
- V1webhooks = "v1-webhooks",
10
- V1certificates = "v1-certificates",
11
- V1builds = "v1-builds",
12
- V1messaging = "v1-messaging",
13
- V1migrations = "v1-migrations"
14
- }
@@ -1,41 +0,0 @@
1
- export declare enum OAuthProvider {
2
- Amazon = "amazon",
3
- Apple = "apple",
4
- Auth0 = "auth0",
5
- Authentik = "authentik",
6
- Autodesk = "autodesk",
7
- Bitbucket = "bitbucket",
8
- Bitly = "bitly",
9
- Box = "box",
10
- Dailymotion = "dailymotion",
11
- Discord = "discord",
12
- Disqus = "disqus",
13
- Dropbox = "dropbox",
14
- Etsy = "etsy",
15
- Facebook = "facebook",
16
- Github = "github",
17
- Gitlab = "gitlab",
18
- Google = "google",
19
- Linkedin = "linkedin",
20
- Microsoft = "microsoft",
21
- Notion = "notion",
22
- Oidc = "oidc",
23
- Okta = "okta",
24
- Paypal = "paypal",
25
- PaypalSandbox = "paypalSandbox",
26
- Podio = "podio",
27
- Salesforce = "salesforce",
28
- Slack = "slack",
29
- Spotify = "spotify",
30
- Stripe = "stripe",
31
- Tradeshift = "tradeshift",
32
- TradeshiftBox = "tradeshiftBox",
33
- Twitch = "twitch",
34
- Wordpress = "wordpress",
35
- Yahoo = "yahoo",
36
- Yammer = "yammer",
37
- Yandex = "yandex",
38
- Zoho = "zoho",
39
- Zoom = "zoom",
40
- Mock = "mock"
41
- }
@@ -1,41 +0,0 @@
1
- export declare enum OAuthProvider {
2
- Amazon = "amazon",
3
- Apple = "apple",
4
- Auth0 = "auth0",
5
- Authentik = "authentik",
6
- Autodesk = "autodesk",
7
- Bitbucket = "bitbucket",
8
- Bitly = "bitly",
9
- Box = "box",
10
- Dailymotion = "dailymotion",
11
- Discord = "discord",
12
- Disqus = "disqus",
13
- Dropbox = "dropbox",
14
- Etsy = "etsy",
15
- Facebook = "facebook",
16
- Github = "github",
17
- Gitlab = "gitlab",
18
- Google = "google",
19
- Linkedin = "linkedin",
20
- Microsoft = "microsoft",
21
- Notion = "notion",
22
- Oidc = "oidc",
23
- Okta = "okta",
24
- Paypal = "paypal",
25
- PaypalSandbox = "paypalSandbox",
26
- Podio = "podio",
27
- Salesforce = "salesforce",
28
- Slack = "slack",
29
- Spotify = "spotify",
30
- Stripe = "stripe",
31
- Tradeshift = "tradeshift",
32
- TradeshiftBox = "tradeshiftBox",
33
- Twitch = "twitch",
34
- Wordpress = "wordpress",
35
- Yahoo = "yahoo",
36
- Yammer = "yammer",
37
- Yandex = "yandex",
38
- Zoho = "zoho",
39
- Zoom = "zoom",
40
- Mock = "mock"
41
- }
@@ -1,13 +0,0 @@
1
- export declare enum PasswordHash {
2
- Sha1 = "sha1",
3
- Sha224 = "sha224",
4
- Sha256 = "sha256",
5
- Sha384 = "sha384",
6
- Sha512224 = "sha512/224",
7
- Sha512256 = "sha512/256",
8
- Sha512 = "sha512",
9
- Sha3224 = "sha3-224",
10
- Sha3256 = "sha3-256",
11
- Sha3384 = "sha3-384",
12
- Sha3512 = "sha3-512"
13
- }
@@ -1,17 +0,0 @@
1
- export declare enum PlatformType {
2
- Web = "web",
3
- Flutterweb = "flutter-web",
4
- Flutterios = "flutter-ios",
5
- Flutterandroid = "flutter-android",
6
- Flutterlinux = "flutter-linux",
7
- Fluttermacos = "flutter-macos",
8
- Flutterwindows = "flutter-windows",
9
- Appleios = "apple-ios",
10
- Applemacos = "apple-macos",
11
- Applewatchos = "apple-watchos",
12
- Appletvos = "apple-tvos",
13
- Android = "android",
14
- Unity = "unity",
15
- Reactnativeios = "react-native-ios",
16
- Reactnativeandroid = "react-native-android"
17
- }
@@ -1,4 +0,0 @@
1
- export declare enum ProjectUsageRange {
2
- OneHour = "1h",
3
- OneDay = "1d"
4
- }
@@ -1,4 +0,0 @@
1
- export declare enum Region {
2
- Default = "default",
3
- Fra = "fra"
4
- }
@@ -1,5 +0,0 @@
1
- export declare enum RelationMutate {
2
- Cascade = "cascade",
3
- Restrict = "restrict",
4
- SetNull = "setNull"
5
- }
@@ -1,6 +0,0 @@
1
- export declare enum RelationshipType {
2
- OneToOne = "oneToOne",
3
- ManyToOne = "manyToOne",
4
- ManyToMany = "manyToMany",
5
- OneToMany = "oneToMany"
6
- }
@@ -1,4 +0,0 @@
1
- export declare enum ResourceType {
2
- Api = "api",
3
- Function = "function"
4
- }
@@ -1,48 +0,0 @@
1
- export declare enum Runtime {
2
- Node145 = "node-14.5",
3
- Node160 = "node-16.0",
4
- Node180 = "node-18.0",
5
- Node190 = "node-19.0",
6
- Node200 = "node-20.0",
7
- Node210 = "node-21.0",
8
- Php80 = "php-8.0",
9
- Php81 = "php-8.1",
10
- Php82 = "php-8.2",
11
- Php83 = "php-8.3",
12
- Ruby30 = "ruby-3.0",
13
- Ruby31 = "ruby-3.1",
14
- Ruby32 = "ruby-3.2",
15
- Ruby33 = "ruby-3.3",
16
- Python38 = "python-3.8",
17
- Python39 = "python-3.9",
18
- Python310 = "python-3.10",
19
- Python311 = "python-3.11",
20
- Python312 = "python-3.12",
21
- Pythonml311 = "python-ml-3.11",
22
- Deno140 = "deno-1.40",
23
- Dart215 = "dart-2.15",
24
- Dart216 = "dart-2.16",
25
- Dart217 = "dart-2.17",
26
- Dart218 = "dart-2.18",
27
- Dart30 = "dart-3.0",
28
- Dart31 = "dart-3.1",
29
- Dart33 = "dart-3.3",
30
- Dotnet31 = "dotnet-3.1",
31
- Dotnet60 = "dotnet-6.0",
32
- Dotnet70 = "dotnet-7.0",
33
- Java80 = "java-8.0",
34
- Java110 = "java-11.0",
35
- Java170 = "java-17.0",
36
- Java180 = "java-18.0",
37
- Java210 = "java-21.0",
38
- Swift55 = "swift-5.5",
39
- Swift58 = "swift-5.8",
40
- Swift59 = "swift-5.9",
41
- Kotlin16 = "kotlin-1.6",
42
- Kotlin18 = "kotlin-1.8",
43
- Kotlin19 = "kotlin-1.9",
44
- Cpp17 = "cpp-17",
45
- Cpp20 = "cpp-20",
46
- Bun10 = "bun-1.0",
47
- Go123 = "go-1.23"
48
- }
@@ -1,3 +0,0 @@
1
- export declare enum SMTPSecure {
2
- Tls = "tls"
3
- }
@@ -1,4 +0,0 @@
1
- export declare enum ApplicationLayout {
2
- SIDEBAR = 0,
3
- STACKED = 1
4
- }
@@ -1,24 +0,0 @@
1
- export declare enum Colors {
2
- UNDEFINED = 0,
3
- SLATE = 1,
4
- GRAY = 2,
5
- NEUTRAL = 3,
6
- STONE = 4,
7
- RED = 5,
8
- ORANGE = 6,
9
- AMBER = 7,
10
- YELLOW = 8,
11
- LIME = 9,
12
- GREEN = 10,
13
- EMERALD = 11,
14
- TEAL = 12,
15
- CYAN = 13,
16
- SKY = 14,
17
- BLUE = 15,
18
- INDIGO = 16,
19
- VIOLET = 17,
20
- PURPLE = 18,
21
- FUCHSIA = 19,
22
- PINK = 20,
23
- ROSE = 21
24
- }
@@ -1,6 +0,0 @@
1
- export declare enum InputType {
2
- TEXT = 0,
3
- NUMBER = 1,
4
- SELECT = 2,
5
- DECIMAL = 3
6
- }
@@ -1,7 +0,0 @@
1
- export declare enum Periodicity {
2
- ONCE = 0,
3
- MONTHLY = 1,
4
- BIMONTHLY = 2,
5
- QUARTERLY = 3,
6
- YEARLY = 4
7
- }
@@ -1,37 +0,0 @@
1
- export declare enum SvgIcon {
2
- ADMIN = 0,
3
- TENANTS = 1,
4
- USERS = 2,
5
- ROLES = 3,
6
- PRICING = 4,
7
- EMAILS = 5,
8
- NAVIGATION = 6,
9
- COMPONENTS = 7,
10
- MEMBERS = 8,
11
- PROFILE = 9,
12
- APP = 10,
13
- DASHBOARD = 11,
14
- SETTINGS = 12,
15
- SETUP = 13,
16
- LOGS = 14,
17
- EVENTS = 15,
18
- BLOG = 16,
19
- ENTITIES = 17,
20
- KEYS = 18,
21
- DOCS = 19,
22
- LINKS = 20,
23
- PROVIDERS = 21,
24
- CLIENTS = 22,
25
- CONTRACTS = 23,
26
- EMPLOYEES = 24,
27
- JOKES = 25,
28
- ANALYTICS = 26,
29
- AFFILIATES_AND_REFERRALS = 27,
30
- HELP_DESK = 28,
31
- ONBOARDING = 29,
32
- PAGES = 30,
33
- FEATURE_FLAGS = 31,
34
- PROMPT_BUILDER = 32,
35
- KNOWLEDGE_BASE = 33,
36
- WORKFLOWS = 34
37
- }
@@ -1,4 +0,0 @@
1
- export declare enum Theme {
2
- LIGHT = 0,
3
- DARK = 1
4
- }