@appconda/nextjs 1.0.13 → 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.
- package/dist/cjs/sdk.js +30 -16
- package/dist/cjs/sdk.js.map +1 -1
- package/dist/esm/sdk.js +30 -17
- package/dist/esm/sdk.js.map +1 -1
- package/dist/iife/sdk.js +30 -16
- package/package.json +1 -1
- package/src/index.ts +1 -0
- package/src/services/waitlist.ts +16 -0
- package/types/Cache/Adapter.d.ts +0 -10
- package/types/Cache/Adapters/Filesystem.d.ts +0 -16
- package/types/Cache/Adapters/Memory.d.ts +0 -18
- package/types/Cache/Adapters/None.d.ts +0 -12
- package/types/Cache/Adapters/Redis.d.ts +0 -14
- package/types/Cache/Adapters/Sharding.d.ts +0 -17
- package/types/Cache/Cache.d.ts +0 -16
- package/types/Cache/index.d.ts +0 -5
- package/types/Cache/test.d.ts +0 -0
- package/types/Services.d.ts +0 -6
- package/types/client.d.ts +0 -141
- package/types/decorators/Cache.d.ts +0 -1
- package/types/decorators/CacheKey.d.ts +0 -1
- package/types/decorators/Invalidate.d.ts +0 -1
- package/types/enums/api-service.d.ts +0 -13
- package/types/enums/api.d.ts +0 -5
- package/types/enums/auth-method.d.ts +0 -9
- package/types/enums/authentication-factor.d.ts +0 -6
- package/types/enums/authenticator-type.d.ts +0 -3
- package/types/enums/browser.d.ts +0 -16
- package/types/enums/compression.d.ts +0 -5
- package/types/enums/credit-card.d.ts +0 -18
- package/types/enums/database-usage-range.d.ts +0 -5
- package/types/enums/email-template-locale.d.ts +0 -133
- package/types/enums/email-template-type.d.ts +0 -9
- package/types/enums/entities/EntityLimitType.d.ts +0 -4
- package/types/enums/entities/PropertyAttributeName.d.ts +0 -27
- package/types/enums/entities/PropertyCondition.d.ts +0 -7
- package/types/enums/entities/PropertyType.d.ts +0 -12
- package/types/enums/entities/PropertyValueType.d.ts +0 -6
- package/types/enums/entities/RowAccess.d.ts +0 -2
- package/types/enums/entities/ViewFilterCondition.d.ts +0 -12
- package/types/enums/execution-method.d.ts +0 -8
- package/types/enums/flag.d.ts +0 -197
- package/types/enums/function-usage-range.d.ts +0 -5
- package/types/enums/image-format.d.ts +0 -7
- package/types/enums/image-gravity.d.ts +0 -11
- package/types/enums/index-type.d.ts +0 -5
- package/types/enums/messaging-provider-type.d.ts +0 -5
- package/types/enums/name.d.ts +0 -14
- package/types/enums/o-auth-provider copy.d.ts +0 -41
- package/types/enums/o-auth-provider.d.ts +0 -41
- package/types/enums/password-hash.d.ts +0 -13
- package/types/enums/platform-type.d.ts +0 -17
- package/types/enums/project-usage-range.d.ts +0 -4
- package/types/enums/region.d.ts +0 -4
- package/types/enums/relation-mutate.d.ts +0 -5
- package/types/enums/relationship-type.d.ts +0 -6
- package/types/enums/resource-type.d.ts +0 -4
- package/types/enums/runtime.d.ts +0 -48
- package/types/enums/s-m-t-p-secure.d.ts +0 -3
- package/types/enums/shared/ApplicationLayout.d.ts +0 -4
- package/types/enums/shared/Colors.d.ts +0 -24
- package/types/enums/shared/InputType.d.ts +0 -6
- package/types/enums/shared/Periodicity.d.ts +0 -7
- package/types/enums/shared/SvgIcon.d.ts +0 -37
- package/types/enums/shared/Theme.d.ts +0 -4
- package/types/enums/sms-template-locale.d.ts +0 -133
- package/types/enums/sms-template-type.d.ts +0 -6
- package/types/enums/smtp-encryption.d.ts +0 -5
- package/types/enums/storage-usage-range.d.ts +0 -5
- package/types/enums/subscriptions/PricingModel.d.ts +0 -11
- package/types/enums/subscriptions/SubscriptionBillingPeriod.d.ts +0 -10
- package/types/enums/subscriptions/SubscriptionFeatureLimitType.d.ts +0 -10
- package/types/enums/subscriptions/SubscriptionPriceType.d.ts +0 -7
- package/types/enums/tenants/LinkedAccountStatus.d.ts +0 -5
- package/types/enums/tenants/TenantUserJoined.d.ts +0 -6
- package/types/enums/tenants/TenantUserStatus.d.ts +0 -6
- package/types/enums/tenants/TenantUserType.d.ts +0 -5
- package/types/enums/user-usage-range.d.ts +0 -5
- package/types/getAppcondaClient.d.ts +0 -2
- package/types/getSDKForCurrentUser.d.ts +0 -33
- package/types/id.d.ts +0 -20
- package/types/index.d.ts +0 -37
- package/types/inputFile.d.ts +0 -6
- package/types/lib/Registry/Registry.d.ts +0 -38
- package/types/lib/Registry/index.d.ts +0 -1
- package/types/models.d.ts +0 -3272
- package/types/permission.d.ts +0 -43
- package/types/query.d.ts +0 -194
- package/types/role.d.ts +0 -70
- package/types/service-client.d.ts +0 -7
- package/types/service.d.ts +0 -11
- package/types/services/account.d.ts +0 -530
- package/types/services/acl.d.ts +0 -28
- package/types/services/applets.d.ts +0 -9
- package/types/services/assistant.d.ts +0 -14
- package/types/services/avatars.d.ts +0 -115
- package/types/services/community.d.ts +0 -19
- package/types/services/configuration.d.ts +0 -5
- package/types/services/console.d.ts +0 -15
- package/types/services/databases.d.ts +0 -613
- package/types/services/functions.d.ts +0 -319
- package/types/services/graphql.d.ts +0 -25
- package/types/services/health.d.ts +0 -231
- package/types/services/locale.d.ts +0 -80
- package/types/services/messaging.d.ts +0 -685
- package/types/services/migrations.d.ts +0 -185
- package/types/services/node.d.ts +0 -5
- package/types/services/permissions.d.ts +0 -20
- package/types/services/pricing.d.ts +0 -15
- package/types/services/project.d.ts +0 -70
- package/types/services/projects.d.ts +0 -542
- package/types/services/proxy.d.ts +0 -59
- package/types/services/roles.d.ts +0 -19
- package/types/services/schema.d.ts +0 -17
- package/types/services/storage.d.ts +0 -189
- package/types/services/subscription-product.d.ts +0 -77
- package/types/services/subscription.d.ts +0 -15
- package/types/services/teams.d.ts +0 -167
- package/types/services/tenant-subscription.d.ts +0 -12
- package/types/services/tenant.d.ts +0 -32
- package/types/services/users.d.ts +0 -499
- package/types/services/vcs.d.ts +0 -108
package/dist/iife/sdk.js
CHANGED
@@ -9959,6 +9959,35 @@
|
|
9959
9959
|
}
|
9960
9960
|
}
|
9961
9961
|
|
9962
|
+
class ServiceClient {
|
9963
|
+
constructor(client) {
|
9964
|
+
this.client = client;
|
9965
|
+
}
|
9966
|
+
actionCall(actionName, payload) {
|
9967
|
+
return __awaiter(this, void 0, void 0, function* () {
|
9968
|
+
const apiPath = `/service/registry/${this.getServiceName()}/${actionName}`;
|
9969
|
+
const uri = new URL(this.client.config.endpoint + apiPath);
|
9970
|
+
const apiHeaders = {
|
9971
|
+
'content-type': 'application/json',
|
9972
|
+
};
|
9973
|
+
return yield this.client.call('post', uri, apiHeaders, payload);
|
9974
|
+
});
|
9975
|
+
}
|
9976
|
+
}
|
9977
|
+
|
9978
|
+
class Waitlist extends ServiceClient {
|
9979
|
+
getServiceName() {
|
9980
|
+
return 'com.appconda.service.waitlist';
|
9981
|
+
}
|
9982
|
+
ListWiatlistSignups(waitlistId) {
|
9983
|
+
return __awaiter(this, void 0, void 0, function* () {
|
9984
|
+
const payload = {};
|
9985
|
+
payload['waitlistId'];
|
9986
|
+
return yield this.actionCall('ListWiatlistSignups', payload);
|
9987
|
+
});
|
9988
|
+
}
|
9989
|
+
}
|
9990
|
+
|
9962
9991
|
/**
|
9963
9992
|
* Helper class to generate permission strings for resources.
|
9964
9993
|
*/
|
@@ -10714,22 +10743,6 @@
|
|
10714
10743
|
}
|
10715
10744
|
}
|
10716
10745
|
|
10717
|
-
class ServiceClient {
|
10718
|
-
constructor(client) {
|
10719
|
-
this.client = client;
|
10720
|
-
}
|
10721
|
-
actionCall(actionName, payload) {
|
10722
|
-
return __awaiter(this, void 0, void 0, function* () {
|
10723
|
-
const apiPath = `/service/registry/${this.getServiceName()}/${actionName}`;
|
10724
|
-
const uri = new URL(this.client.config.endpoint + apiPath);
|
10725
|
-
const apiHeaders = {
|
10726
|
-
'content-type': 'application/json',
|
10727
|
-
};
|
10728
|
-
return yield this.client.call('post', uri, apiHeaders, payload);
|
10729
|
-
});
|
10730
|
-
}
|
10731
|
-
}
|
10732
|
-
|
10733
10746
|
class Configuration extends ServiceClient {
|
10734
10747
|
getServiceName() {
|
10735
10748
|
return 'com.appconda.service.configuration';
|
@@ -13234,6 +13247,7 @@
|
|
13234
13247
|
exports.Storage = Storage;
|
13235
13248
|
exports.Teams = Teams;
|
13236
13249
|
exports.Users = Users;
|
13250
|
+
exports.Waitlist = Waitlist;
|
13237
13251
|
exports.getSDKForCurrentUser = getSDKForCurrentUser;
|
13238
13252
|
|
13239
13253
|
Object.defineProperty(exports, '__esModule', { value: true });
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@appconda/nextjs",
|
3
3
|
"homepage": "https://appconda.io/support",
|
4
4
|
"description": "Appconda is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
|
5
|
-
"version": "1.0.
|
5
|
+
"version": "1.0.14",
|
6
6
|
"license": "BSD-3-Clause",
|
7
7
|
"main": "dist/cjs/sdk.js",
|
8
8
|
"exports": {
|
package/src/index.ts
CHANGED
@@ -11,6 +11,7 @@ export { Messaging } from './services/messaging';
|
|
11
11
|
export { Storage } from './services/storage';
|
12
12
|
export { Teams } from './services/teams';
|
13
13
|
export { Users } from './services/users';
|
14
|
+
export { Waitlist } from './services/waitlist';
|
14
15
|
export type { Models, Payload, UploadProgress } from './client';
|
15
16
|
export type { QueryTypes, QueryTypesList } from './query';
|
16
17
|
export { Permission } from './permission';
|
@@ -0,0 +1,16 @@
|
|
1
|
+
|
2
|
+
import { Payload } from "../client";
|
3
|
+
import { ServiceClient } from "../service-client";
|
4
|
+
|
5
|
+
export class Waitlist extends ServiceClient {
|
6
|
+
protected getServiceName(): string {
|
7
|
+
return 'com.appconda.service.waitlist';
|
8
|
+
}
|
9
|
+
|
10
|
+
public async ListWiatlistSignups(waitlistId: string): Promise<any[]> {
|
11
|
+
const payload: Payload = {};
|
12
|
+
payload['waitlistId']
|
13
|
+
return await this.actionCall('ListWiatlistSignups', payload);
|
14
|
+
}
|
15
|
+
|
16
|
+
}
|
package/types/Cache/Adapter.d.ts
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
export interface Adapter {
|
2
|
-
load(key: string, ttl: number, hash?: string): Promise<any>;
|
3
|
-
save(key: string, data: any, hash?: string): Promise<boolean | string | any[]>;
|
4
|
-
list(key: string): Promise<string[]>;
|
5
|
-
purge(key: string, hash?: string): Promise<boolean>;
|
6
|
-
flush(): Promise<boolean>;
|
7
|
-
ping(): Promise<boolean>;
|
8
|
-
getSize(): Promise<number>;
|
9
|
-
delWithStart(pattern: string): Promise<number>;
|
10
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { Adapter } from "../Adapter";
|
2
|
-
export declare class Filesystem implements Adapter {
|
3
|
-
protected path: string;
|
4
|
-
constructor(path: string);
|
5
|
-
delWithStart(pattern: string): Promise<number>;
|
6
|
-
load(key: string, ttl: number, hash?: string): Promise<any>;
|
7
|
-
save(key: string, data: any, hash?: string): Promise<boolean | string | any[]>;
|
8
|
-
list(key: string): Promise<string[]>;
|
9
|
-
purge(key: string, hash?: string): Promise<boolean>;
|
10
|
-
flush(): Promise<boolean>;
|
11
|
-
ping(): Promise<boolean>;
|
12
|
-
getSize(): Promise<number>;
|
13
|
-
private getDirectorySize;
|
14
|
-
getPath(filename: string): string;
|
15
|
-
protected deleteDirectory(dirPath: string): boolean;
|
16
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { Adapter } from "../Adapter";
|
2
|
-
export declare class Memory implements Adapter {
|
3
|
-
store: {
|
4
|
-
[key: string]: {
|
5
|
-
time: number;
|
6
|
-
data: any;
|
7
|
-
};
|
8
|
-
};
|
9
|
-
constructor();
|
10
|
-
delWithStart(pattern: string): Promise<number>;
|
11
|
-
load(key: string, ttl: number, hash?: string): Promise<any>;
|
12
|
-
save(key: string, data: any, hash?: string): Promise<boolean | string | any[]>;
|
13
|
-
list(key: string): Promise<string[]>;
|
14
|
-
purge(key: string, hash?: string): Promise<boolean>;
|
15
|
-
flush(): Promise<boolean>;
|
16
|
-
ping(): Promise<boolean>;
|
17
|
-
getSize(): Promise<number>;
|
18
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { Adapter } from "../Adapter";
|
2
|
-
export declare class None implements Adapter {
|
3
|
-
constructor();
|
4
|
-
delWithStart(pattern: string): Promise<number>;
|
5
|
-
load(key: string, ttl: number, hash?: string): Promise<any>;
|
6
|
-
save(key: string, data: any, hash?: string): Promise<boolean | string | any[]>;
|
7
|
-
list(key: string): Promise<string[]>;
|
8
|
-
purge(key: string, hash?: string): Promise<boolean>;
|
9
|
-
flush(): Promise<boolean>;
|
10
|
-
ping(): Promise<boolean>;
|
11
|
-
getSize(): Promise<number>;
|
12
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { RedisClientType } from 'redis';
|
2
|
-
import { Adapter } from "../Adapter";
|
3
|
-
export declare class Redis implements Adapter {
|
4
|
-
protected redis: RedisClientType;
|
5
|
-
constructor(redis: RedisClientType);
|
6
|
-
load(key: string, ttl: number, hash?: string): Promise<any>;
|
7
|
-
save(key: string, data: any, hash?: string): Promise<boolean | string | any[]>;
|
8
|
-
list(key: string): Promise<string[]>;
|
9
|
-
purge(key: string, hash?: string): Promise<boolean>;
|
10
|
-
flush(): Promise<boolean>;
|
11
|
-
ping(): Promise<boolean>;
|
12
|
-
getSize(): Promise<number>;
|
13
|
-
delWithStart(pattern: string): Promise<number>;
|
14
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { Adapter } from "../Adapter";
|
2
|
-
export declare class Sharding implements Adapter {
|
3
|
-
protected adapters: Adapter[];
|
4
|
-
protected count: number;
|
5
|
-
constructor(adapters: Adapter[]);
|
6
|
-
delWithStart(pattern: string): Promise<number>;
|
7
|
-
load(key: string, ttl: number, hash?: string): Promise<any>;
|
8
|
-
save(key: string, data: any, hash?: string): Promise<boolean | string | any[]>;
|
9
|
-
list(key: string): Promise<string[]>;
|
10
|
-
purge(key: string, hash?: string): Promise<boolean>;
|
11
|
-
flush(): Promise<boolean>;
|
12
|
-
ping(): Promise<boolean>;
|
13
|
-
getSize(): Promise<number>;
|
14
|
-
protected getAdapter(key: string): Adapter;
|
15
|
-
private crc32;
|
16
|
-
private crc32Table;
|
17
|
-
}
|
package/types/Cache/Cache.d.ts
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
import { Adapter } from "./Adapter";
|
2
|
-
export declare class Cache {
|
3
|
-
private adapter;
|
4
|
-
static caseSensitive: boolean;
|
5
|
-
constructor(adapter: Adapter);
|
6
|
-
private constructKey;
|
7
|
-
static setCaseSensitivity(value: boolean): boolean;
|
8
|
-
load(key: string | string[], ttl?: number, hash?: string): Promise<any>;
|
9
|
-
save(key: string | string[], data: any, hash?: string): Promise<boolean | string | any[]>;
|
10
|
-
list(key: string | string[]): Promise<string[]>;
|
11
|
-
purge(key: string | string[], hash?: string): Promise<boolean>;
|
12
|
-
flush(): Promise<boolean>;
|
13
|
-
ping(): Promise<boolean>;
|
14
|
-
getSize(): Promise<number>;
|
15
|
-
delWithStart(keys: string | string[]): Promise<number>;
|
16
|
-
}
|
package/types/Cache/index.d.ts
DELETED
package/types/Cache/test.d.ts
DELETED
File without changes
|
package/types/Services.d.ts
DELETED
package/types/client.d.ts
DELETED
@@ -1,141 +0,0 @@
|
|
1
|
-
import { Models } from './models';
|
2
|
-
type Payload = {
|
3
|
-
[key: string]: any;
|
4
|
-
};
|
5
|
-
type UploadProgress = {
|
6
|
-
$id: string;
|
7
|
-
progress: number;
|
8
|
-
sizeUploaded: number;
|
9
|
-
chunksTotal: number;
|
10
|
-
chunksUploaded: number;
|
11
|
-
};
|
12
|
-
type Headers = {
|
13
|
-
[key: string]: string;
|
14
|
-
};
|
15
|
-
declare class AppcondaException extends Error {
|
16
|
-
code: number;
|
17
|
-
response: string;
|
18
|
-
type: string;
|
19
|
-
constructor(message: string, code?: number, type?: string, response?: string);
|
20
|
-
}
|
21
|
-
declare class Client {
|
22
|
-
static CHUNK_SIZE: number;
|
23
|
-
config: {
|
24
|
-
endpoint: string;
|
25
|
-
selfSigned: boolean;
|
26
|
-
project: string;
|
27
|
-
mode: string;
|
28
|
-
key: string;
|
29
|
-
jwt: string;
|
30
|
-
locale: string;
|
31
|
-
session: string;
|
32
|
-
forwardeduseragent: string;
|
33
|
-
};
|
34
|
-
headers: Headers;
|
35
|
-
/**
|
36
|
-
* Set Endpoint
|
37
|
-
*
|
38
|
-
* Your project endpoint
|
39
|
-
*
|
40
|
-
* @param {string} endpoint
|
41
|
-
*
|
42
|
-
* @returns {this}
|
43
|
-
*/
|
44
|
-
setEndpoint(endpoint: string): this;
|
45
|
-
/**
|
46
|
-
* Set self-signed
|
47
|
-
*
|
48
|
-
* @param {boolean} selfSigned
|
49
|
-
*
|
50
|
-
* @returns {this}
|
51
|
-
*/
|
52
|
-
setSelfSigned(selfSigned: boolean): this;
|
53
|
-
/**
|
54
|
-
* Add header
|
55
|
-
*
|
56
|
-
* @param {string} header
|
57
|
-
* @param {string} value
|
58
|
-
*
|
59
|
-
* @returns {this}
|
60
|
-
*/
|
61
|
-
addHeader(header: string, value: string): this;
|
62
|
-
/**
|
63
|
-
* Set Project
|
64
|
-
*
|
65
|
-
* Your project ID
|
66
|
-
*
|
67
|
-
* @param value string
|
68
|
-
*
|
69
|
-
* @return {this}
|
70
|
-
*/
|
71
|
-
setProject(value: string): this;
|
72
|
-
/**
|
73
|
-
* Set Mode
|
74
|
-
*
|
75
|
-
* @param value string
|
76
|
-
*
|
77
|
-
* @return {this}
|
78
|
-
*/
|
79
|
-
setMode(value: string): this;
|
80
|
-
/**
|
81
|
-
* Set Key
|
82
|
-
*
|
83
|
-
* Your secret API key
|
84
|
-
*
|
85
|
-
* @param value string
|
86
|
-
*
|
87
|
-
* @return {this}
|
88
|
-
*/
|
89
|
-
setKey(value: string): this;
|
90
|
-
/**
|
91
|
-
* Set JWT
|
92
|
-
*
|
93
|
-
* Your secret JSON Web Token
|
94
|
-
*
|
95
|
-
* @param value string
|
96
|
-
*
|
97
|
-
* @return {this}
|
98
|
-
*/
|
99
|
-
setJWT(value: string): this;
|
100
|
-
/**
|
101
|
-
* Set Locale
|
102
|
-
*
|
103
|
-
* @param value string
|
104
|
-
*
|
105
|
-
* @return {this}
|
106
|
-
*/
|
107
|
-
setLocale(value: string): this;
|
108
|
-
/**
|
109
|
-
* Set Session
|
110
|
-
*
|
111
|
-
* The user session to authenticate with
|
112
|
-
*
|
113
|
-
* @param value string
|
114
|
-
*
|
115
|
-
* @return {this}
|
116
|
-
*/
|
117
|
-
setSession(value: string): this;
|
118
|
-
/**
|
119
|
-
* Set ForwardedUserAgent
|
120
|
-
*
|
121
|
-
* The user agent string of the client that made the request
|
122
|
-
*
|
123
|
-
* @param value string
|
124
|
-
*
|
125
|
-
* @return {this}
|
126
|
-
*/
|
127
|
-
setForwardedUserAgent(value: string): this;
|
128
|
-
setFallbackCookies(value: string): this;
|
129
|
-
prepareRequest(method: string, url: URL, headers?: Headers, params?: Payload): {
|
130
|
-
uri: string;
|
131
|
-
options: RequestInit;
|
132
|
-
};
|
133
|
-
chunkedUpload(method: string, url: URL, headers: Headers, originalPayload: Payload, onProgress: (progress: UploadProgress) => void): Promise<any>;
|
134
|
-
redirect(method: string, url: URL, headers?: Headers, params?: Payload): Promise<string>;
|
135
|
-
call(method: string, url: URL, headers?: Headers, params?: Payload, responseType?: string): Promise<any>;
|
136
|
-
static flatten(data: Payload, prefix?: string): Payload;
|
137
|
-
}
|
138
|
-
export { Client, AppcondaException };
|
139
|
-
export { Query } from './query';
|
140
|
-
export type { Models, Payload, UploadProgress };
|
141
|
-
export type { QueryTypes, QueryTypesList } from './query';
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function Cache(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function CacheKey(): (target: any, propertyKey: string | symbol, parameterIndex: number) => void;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function Invalidate(keys: string | string[]): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
export declare enum ApiService {
|
2
|
-
Account = "account",
|
3
|
-
Avatars = "avatars",
|
4
|
-
Databases = "databases",
|
5
|
-
Locale = "locale",
|
6
|
-
Health = "health",
|
7
|
-
Storage = "storage",
|
8
|
-
Teams = "teams",
|
9
|
-
Users = "users",
|
10
|
-
Functions = "functions",
|
11
|
-
Graphql = "graphql",
|
12
|
-
Messaging = "messaging"
|
13
|
-
}
|
package/types/enums/api.d.ts
DELETED
package/types/enums/browser.d.ts
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
export declare enum Browser {
|
2
|
-
AvantBrowser = "aa",
|
3
|
-
AndroidWebViewBeta = "an",
|
4
|
-
GoogleChrome = "ch",
|
5
|
-
GoogleChromeIOS = "ci",
|
6
|
-
GoogleChromeMobile = "cm",
|
7
|
-
Chromium = "cr",
|
8
|
-
MozillaFirefox = "ff",
|
9
|
-
Safari = "sf",
|
10
|
-
MobileSafari = "mf",
|
11
|
-
MicrosoftEdge = "ps",
|
12
|
-
MicrosoftEdgeIOS = "oi",
|
13
|
-
OperaMini = "om",
|
14
|
-
Opera = "op",
|
15
|
-
OperaNext = "on"
|
16
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export declare enum CreditCard {
|
2
|
-
AmericanExpress = "amex",
|
3
|
-
Argencard = "argencard",
|
4
|
-
Cabal = "cabal",
|
5
|
-
Cencosud = "cencosud",
|
6
|
-
DinersClub = "diners",
|
7
|
-
Discover = "discover",
|
8
|
-
Elo = "elo",
|
9
|
-
Hipercard = "hipercard",
|
10
|
-
JCB = "jcb",
|
11
|
-
Mastercard = "mastercard",
|
12
|
-
Naranja = "naranja",
|
13
|
-
TarjetaShopping = "targeta-shopping",
|
14
|
-
UnionChinaPay = "union-china-pay",
|
15
|
-
Visa = "visa",
|
16
|
-
MIR = "mir",
|
17
|
-
Maestro = "maestro"
|
18
|
-
}
|
@@ -1,133 +0,0 @@
|
|
1
|
-
export declare enum EmailTemplateLocale {
|
2
|
-
Af = "af",
|
3
|
-
Arae = "ar-ae",
|
4
|
-
Arbh = "ar-bh",
|
5
|
-
Ardz = "ar-dz",
|
6
|
-
Areg = "ar-eg",
|
7
|
-
Ariq = "ar-iq",
|
8
|
-
Arjo = "ar-jo",
|
9
|
-
Arkw = "ar-kw",
|
10
|
-
Arlb = "ar-lb",
|
11
|
-
Arly = "ar-ly",
|
12
|
-
Arma = "ar-ma",
|
13
|
-
Arom = "ar-om",
|
14
|
-
Arqa = "ar-qa",
|
15
|
-
Arsa = "ar-sa",
|
16
|
-
Arsy = "ar-sy",
|
17
|
-
Artn = "ar-tn",
|
18
|
-
Arye = "ar-ye",
|
19
|
-
As = "as",
|
20
|
-
Az = "az",
|
21
|
-
Be = "be",
|
22
|
-
Bg = "bg",
|
23
|
-
Bh = "bh",
|
24
|
-
Bn = "bn",
|
25
|
-
Bs = "bs",
|
26
|
-
Ca = "ca",
|
27
|
-
Cs = "cs",
|
28
|
-
Cy = "cy",
|
29
|
-
Da = "da",
|
30
|
-
De = "de",
|
31
|
-
Deat = "de-at",
|
32
|
-
Dech = "de-ch",
|
33
|
-
Deli = "de-li",
|
34
|
-
Delu = "de-lu",
|
35
|
-
El = "el",
|
36
|
-
En = "en",
|
37
|
-
Enau = "en-au",
|
38
|
-
Enbz = "en-bz",
|
39
|
-
Enca = "en-ca",
|
40
|
-
Engb = "en-gb",
|
41
|
-
Enie = "en-ie",
|
42
|
-
Enjm = "en-jm",
|
43
|
-
Ennz = "en-nz",
|
44
|
-
Entt = "en-tt",
|
45
|
-
Enus = "en-us",
|
46
|
-
Enza = "en-za",
|
47
|
-
Eo = "eo",
|
48
|
-
Es = "es",
|
49
|
-
Esar = "es-ar",
|
50
|
-
Esbo = "es-bo",
|
51
|
-
Escl = "es-cl",
|
52
|
-
Esco = "es-co",
|
53
|
-
Escr = "es-cr",
|
54
|
-
Esdo = "es-do",
|
55
|
-
Esec = "es-ec",
|
56
|
-
Esgt = "es-gt",
|
57
|
-
Eshn = "es-hn",
|
58
|
-
Esmx = "es-mx",
|
59
|
-
Esni = "es-ni",
|
60
|
-
Espa = "es-pa",
|
61
|
-
Espe = "es-pe",
|
62
|
-
Espr = "es-pr",
|
63
|
-
Espy = "es-py",
|
64
|
-
Essv = "es-sv",
|
65
|
-
Esuy = "es-uy",
|
66
|
-
Esve = "es-ve",
|
67
|
-
Et = "et",
|
68
|
-
Eu = "eu",
|
69
|
-
Fa = "fa",
|
70
|
-
Fi = "fi",
|
71
|
-
Fo = "fo",
|
72
|
-
Fr = "fr",
|
73
|
-
Frbe = "fr-be",
|
74
|
-
Frca = "fr-ca",
|
75
|
-
Frch = "fr-ch",
|
76
|
-
Frlu = "fr-lu",
|
77
|
-
Ga = "ga",
|
78
|
-
Gd = "gd",
|
79
|
-
He = "he",
|
80
|
-
Hi = "hi",
|
81
|
-
Hr = "hr",
|
82
|
-
Hu = "hu",
|
83
|
-
Id = "id",
|
84
|
-
Is = "is",
|
85
|
-
It = "it",
|
86
|
-
Itch = "it-ch",
|
87
|
-
Ja = "ja",
|
88
|
-
Ji = "ji",
|
89
|
-
Ko = "ko",
|
90
|
-
Ku = "ku",
|
91
|
-
Lt = "lt",
|
92
|
-
Lv = "lv",
|
93
|
-
Mk = "mk",
|
94
|
-
Ml = "ml",
|
95
|
-
Ms = "ms",
|
96
|
-
Mt = "mt",
|
97
|
-
Nb = "nb",
|
98
|
-
Ne = "ne",
|
99
|
-
Nl = "nl",
|
100
|
-
Nlbe = "nl-be",
|
101
|
-
Nn = "nn",
|
102
|
-
No = "no",
|
103
|
-
Pa = "pa",
|
104
|
-
Pl = "pl",
|
105
|
-
Pt = "pt",
|
106
|
-
Ptbr = "pt-br",
|
107
|
-
Rm = "rm",
|
108
|
-
Ro = "ro",
|
109
|
-
Romd = "ro-md",
|
110
|
-
Ru = "ru",
|
111
|
-
Rumd = "ru-md",
|
112
|
-
Sb = "sb",
|
113
|
-
Sk = "sk",
|
114
|
-
Sl = "sl",
|
115
|
-
Sq = "sq",
|
116
|
-
Sr = "sr",
|
117
|
-
Sv = "sv",
|
118
|
-
Svfi = "sv-fi",
|
119
|
-
Th = "th",
|
120
|
-
Tn = "tn",
|
121
|
-
Tr = "tr",
|
122
|
-
Ts = "ts",
|
123
|
-
Ua = "ua",
|
124
|
-
Ur = "ur",
|
125
|
-
Ve = "ve",
|
126
|
-
Vi = "vi",
|
127
|
-
Xh = "xh",
|
128
|
-
Zhcn = "zh-cn",
|
129
|
-
Zhhk = "zh-hk",
|
130
|
-
Zhsg = "zh-sg",
|
131
|
-
Zhtw = "zh-tw",
|
132
|
-
Zu = "zu"
|
133
|
-
}
|
@@ -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
|
-
}
|