appwrite-cli 13.0.0-rc.1 → 13.0.0-rc.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/.github/workflows/build-verify.yml +71 -0
- package/.github/workflows/npm-publish.yml +41 -22
- package/CHANGELOG.md +106 -102
- package/LICENSE.md +1 -1
- package/README.md +58 -35
- package/bun.lock +625 -0
- package/dist/bundle.cjs +94853 -0
- package/dist/index.js +99 -99
- package/dist/index.js.map +1 -1
- package/dist/lib/client.d.ts +2 -3
- package/dist/lib/client.d.ts.map +1 -1
- package/dist/lib/client.js +56 -45
- package/dist/lib/client.js.map +1 -1
- package/dist/lib/commands/generic.d.ts +2 -2
- package/dist/lib/commands/generic.d.ts.map +1 -1
- package/dist/lib/commands/generic.js +170 -157
- package/dist/lib/commands/generic.js.map +1 -1
- package/dist/lib/commands/init.d.ts +1 -1
- package/dist/lib/commands/init.d.ts.map +1 -1
- package/dist/lib/commands/init.js +197 -189
- package/dist/lib/commands/init.js.map +1 -1
- package/dist/lib/commands/pull.d.ts +2 -2
- package/dist/lib/commands/pull.d.ts.map +1 -1
- package/dist/lib/commands/pull.js +215 -244
- package/dist/lib/commands/pull.js.map +1 -1
- package/dist/lib/commands/push.d.ts.map +1 -1
- package/dist/lib/commands/push.js +814 -841
- package/dist/lib/commands/push.js.map +1 -1
- package/dist/lib/commands/run.d.ts +1 -1
- package/dist/lib/commands/run.d.ts.map +1 -1
- package/dist/lib/commands/run.js +129 -127
- package/dist/lib/commands/run.js.map +1 -1
- package/dist/lib/commands/services/account.d.ts +3 -0
- package/dist/lib/commands/services/account.d.ts.map +1 -0
- package/dist/lib/commands/services/account.js +306 -0
- package/dist/lib/commands/services/account.js.map +1 -0
- package/dist/lib/commands/services/avatars.d.ts +3 -0
- package/dist/lib/commands/services/avatars.d.ts.map +1 -0
- package/dist/lib/commands/services/avatars.js +118 -0
- package/dist/lib/commands/services/avatars.js.map +1 -0
- package/dist/lib/commands/services/console.d.ts +3 -0
- package/dist/lib/commands/services/console.d.ts.map +1 -0
- package/dist/lib/commands/services/console.js +41 -0
- package/dist/lib/commands/services/console.js.map +1 -0
- package/dist/lib/commands/services/databases.d.ts +3 -0
- package/dist/lib/commands/services/databases.d.ts.map +1 -0
- package/dist/lib/commands/services/databases.js +612 -0
- package/dist/lib/commands/services/databases.js.map +1 -0
- package/dist/lib/commands/services/functions.d.ts +3 -0
- package/dist/lib/commands/services/functions.d.ts.map +1 -0
- package/dist/lib/commands/services/functions.js +258 -0
- package/dist/lib/commands/services/functions.js.map +1 -0
- package/dist/lib/commands/services/graphql.d.ts +3 -0
- package/dist/lib/commands/services/graphql.d.ts.map +1 -0
- package/dist/lib/commands/services/graphql.js +28 -0
- package/dist/lib/commands/services/graphql.js.map +1 -0
- package/dist/lib/commands/services/health.d.ts +3 -0
- package/dist/lib/commands/services/health.d.ts.map +1 -0
- package/dist/lib/commands/services/health.js +123 -0
- package/dist/lib/commands/services/health.js.map +1 -0
- package/dist/lib/commands/services/locale.d.ts +3 -0
- package/dist/lib/commands/services/locale.d.ts.map +1 -0
- package/dist/lib/commands/services/locale.js +52 -0
- package/dist/lib/commands/services/locale.js.map +1 -0
- package/dist/lib/commands/services/messaging.d.ts +3 -0
- package/dist/lib/commands/services/messaging.d.ts.map +1 -0
- package/dist/lib/commands/services/messaging.js +505 -0
- package/dist/lib/commands/services/messaging.js.map +1 -0
- package/dist/lib/commands/services/migrations.d.ts +3 -0
- package/dist/lib/commands/services/migrations.d.ts.map +1 -0
- package/dist/lib/commands/services/migrations.js +135 -0
- package/dist/lib/commands/services/migrations.js.map +1 -0
- package/dist/lib/commands/services/project.d.ts +3 -0
- package/dist/lib/commands/services/project.d.ts.map +1 -0
- package/dist/lib/commands/services/project.js +54 -0
- package/dist/lib/commands/services/project.js.map +1 -0
- package/dist/lib/commands/services/projects.d.ts +3 -0
- package/dist/lib/commands/services/projects.d.ts.map +1 -0
- package/dist/lib/commands/services/projects.js +415 -0
- package/dist/lib/commands/services/projects.js.map +1 -0
- package/dist/lib/commands/services/proxy.d.ts +3 -0
- package/dist/lib/commands/services/proxy.d.ts.map +1 -0
- package/dist/lib/commands/services/proxy.js +68 -0
- package/dist/lib/commands/services/proxy.js.map +1 -0
- package/dist/lib/commands/services/sites.d.ts +3 -0
- package/dist/lib/commands/services/sites.d.ts.map +1 -0
- package/dist/lib/commands/services/sites.js +242 -0
- package/dist/lib/commands/services/sites.js.map +1 -0
- package/dist/lib/commands/services/storage.d.ts +3 -0
- package/dist/lib/commands/services/storage.d.ts.map +1 -0
- package/dist/lib/commands/services/storage.js +153 -0
- package/dist/lib/commands/services/storage.js.map +1 -0
- package/dist/lib/commands/services/tablesdb.d.ts +3 -0
- package/dist/lib/commands/services/tablesdb.d.ts.map +1 -0
- package/dist/lib/commands/services/tablesdb.js +605 -0
- package/dist/lib/commands/services/tablesdb.js.map +1 -0
- package/dist/lib/commands/services/teams.d.ts +3 -0
- package/dist/lib/commands/services/teams.d.ts.map +1 -0
- package/dist/lib/commands/services/teams.js +123 -0
- package/dist/lib/commands/services/teams.js.map +1 -0
- package/dist/lib/commands/services/tokens.d.ts +3 -0
- package/dist/lib/commands/services/tokens.d.ts.map +1 -0
- package/dist/lib/commands/services/tokens.js +49 -0
- package/dist/lib/commands/services/tokens.js.map +1 -0
- package/dist/lib/commands/services/users.d.ts +3 -0
- package/dist/lib/commands/services/users.d.ts.map +1 -0
- package/dist/lib/commands/services/users.js +312 -0
- package/dist/lib/commands/services/users.js.map +1 -0
- package/dist/lib/commands/services/vcs.d.ts +3 -0
- package/dist/lib/commands/services/vcs.d.ts.map +1 -0
- package/dist/lib/commands/services/vcs.js +87 -0
- package/dist/lib/commands/services/vcs.js.map +1 -0
- package/dist/lib/commands/types.d.ts +1 -1
- package/dist/lib/commands/types.d.ts.map +1 -1
- package/dist/lib/commands/types.js +53 -57
- package/dist/lib/commands/types.js.map +1 -1
- package/dist/lib/commands/update.d.ts +1 -1
- package/dist/lib/commands/update.d.ts.map +1 -1
- package/dist/lib/commands/update.js +65 -66
- package/dist/lib/commands/update.js.map +1 -1
- package/dist/lib/config.d.ts +39 -39
- package/dist/lib/config.d.ts.map +1 -1
- package/dist/lib/config.js +264 -202
- package/dist/lib/config.js.map +1 -1
- package/dist/lib/emulation/docker.d.ts +1 -9
- package/dist/lib/emulation/docker.d.ts.map +1 -1
- package/dist/lib/emulation/docker.js +111 -107
- package/dist/lib/emulation/docker.js.map +1 -1
- package/dist/lib/emulation/utils.d.ts +1 -1
- package/dist/lib/emulation/utils.d.ts.map +1 -1
- package/dist/lib/emulation/utils.js +55 -58
- package/dist/lib/emulation/utils.js.map +1 -1
- package/dist/lib/id.d.ts +1 -1
- package/dist/lib/id.d.ts.map +1 -1
- package/dist/lib/id.js +13 -18
- package/dist/lib/id.js.map +1 -1
- package/dist/lib/paginate.d.ts +3 -4
- package/dist/lib/paginate.d.ts.map +1 -1
- package/dist/lib/paginate.js +7 -10
- package/dist/lib/paginate.js.map +1 -1
- package/dist/lib/parser.d.ts +1 -1
- package/dist/lib/parser.d.ts.map +1 -1
- package/dist/lib/parser.js +84 -96
- package/dist/lib/parser.js.map +1 -1
- package/dist/lib/questions.d.ts +1 -1
- package/dist/lib/questions.d.ts.map +1 -1
- package/dist/lib/questions.js +364 -368
- package/dist/lib/questions.js.map +1 -1
- package/dist/lib/sdks.d.ts +1 -1
- package/dist/lib/sdks.d.ts.map +1 -1
- package/dist/lib/sdks.js +40 -30
- package/dist/lib/sdks.js.map +1 -1
- package/dist/lib/services.d.ts +13 -0
- package/dist/lib/services.d.ts.map +1 -0
- package/dist/lib/services.js +47 -0
- package/dist/lib/services.js.map +1 -0
- package/dist/lib/spinner.d.ts +1 -1
- package/dist/lib/spinner.d.ts.map +1 -1
- package/dist/lib/spinner.js +25 -27
- package/dist/lib/spinner.js.map +1 -1
- package/dist/lib/type-generation/attribute.d.ts +1 -1
- package/dist/lib/type-generation/attribute.d.ts.map +1 -1
- package/dist/lib/type-generation/attribute.js +14 -17
- package/dist/lib/type-generation/attribute.js.map +1 -1
- package/dist/lib/type-generation/languages/csharp.d.ts +1 -1
- package/dist/lib/type-generation/languages/csharp.d.ts.map +1 -1
- package/dist/lib/type-generation/languages/csharp.js +34 -34
- package/dist/lib/type-generation/languages/csharp.js.map +1 -1
- package/dist/lib/type-generation/languages/dart.d.ts +1 -1
- package/dist/lib/type-generation/languages/dart.d.ts.map +1 -1
- package/dist/lib/type-generation/languages/dart.js +57 -57
- package/dist/lib/type-generation/languages/dart.js.map +1 -1
- package/dist/lib/type-generation/languages/java.d.ts +1 -1
- package/dist/lib/type-generation/languages/java.d.ts.map +1 -1
- package/dist/lib/type-generation/languages/java.js +35 -35
- package/dist/lib/type-generation/languages/java.js.map +1 -1
- package/dist/lib/type-generation/languages/javascript.d.ts +1 -1
- package/dist/lib/type-generation/languages/javascript.d.ts.map +1 -1
- package/dist/lib/type-generation/languages/javascript.js +45 -44
- package/dist/lib/type-generation/languages/javascript.js.map +1 -1
- package/dist/lib/type-generation/languages/kotlin.d.ts +1 -1
- package/dist/lib/type-generation/languages/kotlin.d.ts.map +1 -1
- package/dist/lib/type-generation/languages/kotlin.js +35 -35
- package/dist/lib/type-generation/languages/kotlin.js.map +1 -1
- package/dist/lib/type-generation/languages/language.d.ts.map +1 -1
- package/dist/lib/type-generation/languages/language.js +32 -37
- package/dist/lib/type-generation/languages/language.js.map +1 -1
- package/dist/lib/type-generation/languages/php.d.ts +1 -1
- package/dist/lib/type-generation/languages/php.d.ts.map +1 -1
- package/dist/lib/type-generation/languages/php.js +34 -34
- package/dist/lib/type-generation/languages/php.js.map +1 -1
- package/dist/lib/type-generation/languages/swift.d.ts +1 -1
- package/dist/lib/type-generation/languages/swift.d.ts.map +1 -1
- package/dist/lib/type-generation/languages/swift.js +35 -35
- package/dist/lib/type-generation/languages/swift.js.map +1 -1
- package/dist/lib/type-generation/languages/typescript.d.ts +1 -1
- package/dist/lib/type-generation/languages/typescript.d.ts.map +1 -1
- package/dist/lib/type-generation/languages/typescript.js +49 -46
- package/dist/lib/type-generation/languages/typescript.js.map +1 -1
- package/dist/lib/types.d.ts +189 -45
- package/dist/lib/types.d.ts.map +1 -1
- package/dist/lib/types.js +1 -2
- package/dist/lib/utils.d.ts.map +1 -1
- package/dist/lib/utils.js +102 -98
- package/dist/lib/utils.js.map +1 -1
- package/dist/lib/validations.d.ts.map +1 -1
- package/dist/lib/validations.js +2 -6
- package/dist/lib/validations.js.map +1 -1
- package/dist/package.json +67 -0
- package/dist/scripts/generate-commands.d.ts +2 -0
- package/dist/scripts/generate-commands.d.ts.map +1 -0
- package/dist/scripts/generate-commands.js +398 -0
- package/dist/scripts/generate-commands.js.map +1 -0
- package/index.ts +146 -130
- package/install.ps1 +2 -2
- package/install.sh +1 -1
- package/lib/client.ts +253 -220
- package/lib/commands/generic.ts +371 -269
- package/lib/commands/init.ts +620 -519
- package/lib/commands/pull.ts +581 -470
- package/lib/commands/push.ts +2838 -2269
- package/lib/commands/run.ts +382 -302
- package/lib/commands/services/account.ts +832 -0
- package/lib/commands/services/avatars.ts +400 -0
- package/lib/commands/services/console.ts +73 -0
- package/lib/commands/services/databases.ts +2080 -0
- package/lib/commands/services/functions.ts +855 -0
- package/lib/commands/services/graphql.ts +47 -0
- package/lib/commands/services/health.ts +322 -0
- package/lib/commands/services/locale.ts +99 -0
- package/lib/commands/services/messaging.ts +1871 -0
- package/lib/commands/services/migrations.ts +421 -0
- package/lib/commands/services/project.ts +116 -0
- package/lib/commands/services/projects.ts +1317 -0
- package/lib/commands/services/proxy.ts +163 -0
- package/lib/commands/services/sites.ts +777 -0
- package/lib/commands/services/storage.ts +547 -0
- package/lib/commands/services/tablesdb.ts +1928 -0
- package/lib/commands/services/teams.ts +294 -0
- package/lib/commands/services/tokens.ts +106 -0
- package/lib/commands/services/users.ts +886 -0
- package/lib/commands/services/vcs.ts +268 -0
- package/lib/commands/types.ts +144 -117
- package/lib/commands/update.ts +198 -159
- package/lib/config.ts +815 -700
- package/lib/emulation/docker.ts +291 -244
- package/lib/emulation/utils.ts +188 -174
- package/lib/id.ts +23 -23
- package/lib/paginate.ts +69 -55
- package/lib/parser.ts +215 -189
- package/lib/questions.ts +1025 -948
- package/lib/sdks.ts +80 -51
- package/lib/services.ts +72 -0
- package/lib/spinner.ts +112 -99
- package/lib/type-generation/attribute.ts +15 -14
- package/lib/type-generation/languages/csharp.ts +71 -60
- package/lib/type-generation/languages/dart.ts +106 -93
- package/lib/type-generation/languages/java.ts +69 -58
- package/lib/type-generation/languages/javascript.ts +84 -73
- package/lib/type-generation/languages/kotlin.ts +71 -60
- package/lib/type-generation/languages/language.ts +103 -95
- package/lib/type-generation/languages/php.ts +67 -56
- package/lib/type-generation/languages/swift.ts +71 -60
- package/lib/type-generation/languages/typescript.ts +93 -76
- package/lib/types.ts +261 -107
- package/lib/utils.ts +263 -233
- package/lib/validations.ts +17 -14
- package/package.json +27 -19
- package/scoop/appwrite.config.json +19 -29
- package/scripts/generate-commands.ts +539 -0
- package/tsconfig.json +7 -13
- package/.github/workflows/autoclose.yml +0 -11
- package/dist/lib/commands/account.d.ts +0 -379
- package/dist/lib/commands/account.d.ts.map +0 -1
- package/dist/lib/commands/account.js +0 -1228
- package/dist/lib/commands/account.js.map +0 -1
- package/dist/lib/commands/console.d.ts +0 -20
- package/dist/lib/commands/console.d.ts.map +0 -1
- package/dist/lib/commands/console.js +0 -78
- package/dist/lib/commands/console.js.map +0 -1
- package/dist/lib/commands/databases.d.ts +0 -732
- package/dist/lib/commands/databases.d.ts.map +0 -1
- package/dist/lib/commands/databases.js +0 -2196
- package/dist/lib/commands/databases.js.map +0 -1
- package/dist/lib/commands/functions.d.ts +0 -310
- package/dist/lib/commands/functions.d.ts.map +0 -1
- package/dist/lib/commands/functions.js +0 -1100
- package/dist/lib/commands/functions.js.map +0 -1
- package/dist/lib/commands/graphql.d.ts +0 -19
- package/dist/lib/commands/graphql.d.ts.map +0 -1
- package/dist/lib/commands/graphql.js +0 -77
- package/dist/lib/commands/graphql.js.map +0 -1
- package/dist/lib/commands/health.d.ts +0 -153
- package/dist/lib/commands/health.d.ts.map +0 -1
- package/dist/lib/commands/health.js +0 -464
- package/dist/lib/commands/health.js.map +0 -1
- package/dist/lib/commands/locale.d.ts +0 -53
- package/dist/lib/commands/locale.d.ts.map +0 -1
- package/dist/lib/commands/locale.js +0 -165
- package/dist/lib/commands/locale.js.map +0 -1
- package/dist/lib/commands/messaging.d.ts +0 -588
- package/dist/lib/commands/messaging.d.ts.map +0 -1
- package/dist/lib/commands/messaging.js +0 -2042
- package/dist/lib/commands/messaging.js.map +0 -1
- package/dist/lib/commands/migrations.d.ts +0 -150
- package/dist/lib/commands/migrations.d.ts.map +0 -1
- package/dist/lib/commands/migrations.js +0 -524
- package/dist/lib/commands/migrations.js.map +0 -1
- package/dist/lib/commands/organizations.d.ts +0 -11
- package/dist/lib/commands/organizations.d.ts.map +0 -1
- package/dist/lib/commands/organizations.js +0 -31
- package/dist/lib/commands/organizations.js.map +0 -1
- package/dist/lib/commands/project.d.ts +0 -53
- package/dist/lib/commands/project.d.ts.map +0 -1
- package/dist/lib/commands/project.js +0 -176
- package/dist/lib/commands/project.js.map +0 -1
- package/dist/lib/commands/projects.d.ts +0 -516
- package/dist/lib/commands/projects.d.ts.map +0 -1
- package/dist/lib/commands/projects.js +0 -1590
- package/dist/lib/commands/projects.js.map +0 -1
- package/dist/lib/commands/proxy.d.ts +0 -71
- package/dist/lib/commands/proxy.d.ts.map +0 -1
- package/dist/lib/commands/proxy.js +0 -240
- package/dist/lib/commands/proxy.js.map +0 -1
- package/dist/lib/commands/sites.d.ts +0 -296
- package/dist/lib/commands/sites.d.ts.map +0 -1
- package/dist/lib/commands/sites.js +0 -1046
- package/dist/lib/commands/sites.js.map +0 -1
- package/dist/lib/commands/storage.d.ts +0 -170
- package/dist/lib/commands/storage.d.ts.map +0 -1
- package/dist/lib/commands/storage.js +0 -651
- package/dist/lib/commands/storage.js.map +0 -1
- package/dist/lib/commands/tables-db.d.ts +0 -728
- package/dist/lib/commands/tables-db.d.ts.map +0 -1
- package/dist/lib/commands/tables-db.js +0 -2198
- package/dist/lib/commands/tables-db.js.map +0 -1
- package/dist/lib/commands/teams.d.ts +0 -129
- package/dist/lib/commands/teams.d.ts.map +0 -1
- package/dist/lib/commands/teams.js +0 -403
- package/dist/lib/commands/teams.js.map +0 -1
- package/dist/lib/commands/tokens.d.ts +0 -48
- package/dist/lib/commands/tokens.d.ts.map +0 -1
- package/dist/lib/commands/tokens.js +0 -156
- package/dist/lib/commands/tokens.js.map +0 -1
- package/dist/lib/commands/users.d.ts +0 -382
- package/dist/lib/commands/users.d.ts.map +0 -1
- package/dist/lib/commands/users.js +0 -1195
- package/dist/lib/commands/users.js.map +0 -1
- package/dist/lib/commands/vcs.d.ts +0 -92
- package/dist/lib/commands/vcs.d.ts.map +0 -1
- package/dist/lib/commands/vcs.js +0 -276
- package/dist/lib/commands/vcs.js.map +0 -1
- package/dist/lib/exception.d.ts +0 -8
- package/dist/lib/exception.d.ts.map +0 -1
- package/dist/lib/exception.js +0 -16
- package/dist/lib/exception.js.map +0 -1
- package/docs/examples/account/create-anonymous-session.md +0 -1
- package/docs/examples/account/create-email-password-session.md +0 -3
- package/docs/examples/account/create-email-token.md +0 -3
- package/docs/examples/account/create-email-verification.md +0 -2
- package/docs/examples/account/create-jwt.md +0 -1
- package/docs/examples/account/create-magic-url-token.md +0 -3
- package/docs/examples/account/create-mfa-authenticator.md +0 -2
- package/docs/examples/account/create-mfa-challenge.md +0 -2
- package/docs/examples/account/create-mfa-recovery-codes.md +0 -1
- package/docs/examples/account/create-o-auth-2-session.md +0 -2
- package/docs/examples/account/create-o-auth-2-token.md +0 -2
- package/docs/examples/account/create-phone-token.md +0 -3
- package/docs/examples/account/create-phone-verification.md +0 -1
- package/docs/examples/account/create-push-target.md +0 -3
- package/docs/examples/account/create-recovery.md +0 -3
- package/docs/examples/account/create-session.md +0 -3
- package/docs/examples/account/create-verification.md +0 -2
- package/docs/examples/account/create.md +0 -4
- package/docs/examples/account/delete-identity.md +0 -2
- package/docs/examples/account/delete-mfa-authenticator.md +0 -2
- package/docs/examples/account/delete-push-target.md +0 -2
- package/docs/examples/account/delete-session.md +0 -2
- package/docs/examples/account/delete-sessions.md +0 -1
- package/docs/examples/account/delete.md +0 -1
- package/docs/examples/account/get-mfa-recovery-codes.md +0 -1
- package/docs/examples/account/get-prefs.md +0 -1
- package/docs/examples/account/get-session.md +0 -2
- package/docs/examples/account/get.md +0 -1
- package/docs/examples/account/list-identities.md +0 -1
- package/docs/examples/account/list-logs.md +0 -1
- package/docs/examples/account/list-mfa-factors.md +0 -1
- package/docs/examples/account/list-sessions.md +0 -1
- package/docs/examples/account/update-email-verification.md +0 -3
- package/docs/examples/account/update-email.md +0 -3
- package/docs/examples/account/update-magic-url-session.md +0 -3
- package/docs/examples/account/update-mfa-authenticator.md +0 -3
- package/docs/examples/account/update-mfa-challenge.md +0 -3
- package/docs/examples/account/update-mfa-recovery-codes.md +0 -1
- package/docs/examples/account/update-mfa.md +0 -2
- package/docs/examples/account/update-name.md +0 -2
- package/docs/examples/account/update-password.md +0 -2
- package/docs/examples/account/update-phone-session.md +0 -3
- package/docs/examples/account/update-phone-verification.md +0 -3
- package/docs/examples/account/update-phone.md +0 -3
- package/docs/examples/account/update-prefs.md +0 -2
- package/docs/examples/account/update-push-target.md +0 -3
- package/docs/examples/account/update-recovery.md +0 -4
- package/docs/examples/account/update-session.md +0 -2
- package/docs/examples/account/update-status.md +0 -1
- package/docs/examples/account/update-verification.md +0 -3
- package/docs/examples/console/get-resource.md +0 -3
- package/docs/examples/console/variables.md +0 -1
- package/docs/examples/databases/create-boolean-attribute.md +0 -5
- package/docs/examples/databases/create-collection.md +0 -4
- package/docs/examples/databases/create-datetime-attribute.md +0 -5
- package/docs/examples/databases/create-document.md +0 -5
- package/docs/examples/databases/create-documents.md +0 -4
- package/docs/examples/databases/create-email-attribute.md +0 -5
- package/docs/examples/databases/create-enum-attribute.md +0 -6
- package/docs/examples/databases/create-float-attribute.md +0 -5
- package/docs/examples/databases/create-index.md +0 -6
- package/docs/examples/databases/create-integer-attribute.md +0 -5
- package/docs/examples/databases/create-ip-attribute.md +0 -5
- package/docs/examples/databases/create-line-attribute.md +0 -5
- package/docs/examples/databases/create-operations.md +0 -2
- package/docs/examples/databases/create-point-attribute.md +0 -5
- package/docs/examples/databases/create-polygon-attribute.md +0 -5
- package/docs/examples/databases/create-relationship-attribute.md +0 -5
- package/docs/examples/databases/create-string-attribute.md +0 -6
- package/docs/examples/databases/create-transaction.md +0 -1
- package/docs/examples/databases/create-url-attribute.md +0 -5
- package/docs/examples/databases/create.md +0 -3
- package/docs/examples/databases/decrement-document-attribute.md +0 -5
- package/docs/examples/databases/delete-attribute.md +0 -4
- package/docs/examples/databases/delete-collection.md +0 -3
- package/docs/examples/databases/delete-document.md +0 -4
- package/docs/examples/databases/delete-documents.md +0 -3
- package/docs/examples/databases/delete-index.md +0 -4
- package/docs/examples/databases/delete-transaction.md +0 -2
- package/docs/examples/databases/delete.md +0 -2
- package/docs/examples/databases/get-attribute.md +0 -4
- package/docs/examples/databases/get-collection-usage.md +0 -3
- package/docs/examples/databases/get-collection.md +0 -3
- package/docs/examples/databases/get-document.md +0 -4
- package/docs/examples/databases/get-index.md +0 -4
- package/docs/examples/databases/get-transaction.md +0 -2
- package/docs/examples/databases/get-usage.md +0 -2
- package/docs/examples/databases/get.md +0 -2
- package/docs/examples/databases/increment-document-attribute.md +0 -5
- package/docs/examples/databases/list-attributes.md +0 -3
- package/docs/examples/databases/list-collection-logs.md +0 -3
- package/docs/examples/databases/list-collections.md +0 -2
- package/docs/examples/databases/list-document-logs.md +0 -4
- package/docs/examples/databases/list-documents.md +0 -3
- package/docs/examples/databases/list-indexes.md +0 -3
- package/docs/examples/databases/list-logs.md +0 -2
- package/docs/examples/databases/list-transactions.md +0 -1
- package/docs/examples/databases/list-usage.md +0 -1
- package/docs/examples/databases/list.md +0 -1
- package/docs/examples/databases/update-boolean-attribute.md +0 -6
- package/docs/examples/databases/update-collection.md +0 -4
- package/docs/examples/databases/update-datetime-attribute.md +0 -6
- package/docs/examples/databases/update-document.md +0 -4
- package/docs/examples/databases/update-documents.md +0 -3
- package/docs/examples/databases/update-email-attribute.md +0 -6
- package/docs/examples/databases/update-enum-attribute.md +0 -7
- package/docs/examples/databases/update-float-attribute.md +0 -6
- package/docs/examples/databases/update-integer-attribute.md +0 -6
- package/docs/examples/databases/update-ip-attribute.md +0 -6
- package/docs/examples/databases/update-line-attribute.md +0 -5
- package/docs/examples/databases/update-point-attribute.md +0 -5
- package/docs/examples/databases/update-polygon-attribute.md +0 -5
- package/docs/examples/databases/update-relationship-attribute.md +0 -4
- package/docs/examples/databases/update-string-attribute.md +0 -6
- package/docs/examples/databases/update-transaction.md +0 -2
- package/docs/examples/databases/update-url-attribute.md +0 -6
- package/docs/examples/databases/update.md +0 -3
- package/docs/examples/databases/upsert-document.md +0 -4
- package/docs/examples/databases/upsert-documents.md +0 -4
- package/docs/examples/functions/create-deployment.md +0 -4
- package/docs/examples/functions/create-duplicate-deployment.md +0 -3
- package/docs/examples/functions/create-execution.md +0 -2
- package/docs/examples/functions/create-template-deployment.md +0 -7
- package/docs/examples/functions/create-variable.md +0 -4
- package/docs/examples/functions/create-vcs-deployment.md +0 -4
- package/docs/examples/functions/create.md +0 -4
- package/docs/examples/functions/delete-deployment.md +0 -3
- package/docs/examples/functions/delete-execution.md +0 -3
- package/docs/examples/functions/delete-variable.md +0 -3
- package/docs/examples/functions/delete.md +0 -2
- package/docs/examples/functions/get-deployment-download.md +0 -3
- package/docs/examples/functions/get-deployment.md +0 -3
- package/docs/examples/functions/get-execution.md +0 -3
- package/docs/examples/functions/get-template.md +0 -2
- package/docs/examples/functions/get-usage.md +0 -2
- package/docs/examples/functions/get-variable.md +0 -3
- package/docs/examples/functions/get.md +0 -2
- package/docs/examples/functions/list-deployments.md +0 -2
- package/docs/examples/functions/list-executions.md +0 -2
- package/docs/examples/functions/list-runtimes.md +0 -1
- package/docs/examples/functions/list-specifications.md +0 -1
- package/docs/examples/functions/list-templates.md +0 -1
- package/docs/examples/functions/list-usage.md +0 -1
- package/docs/examples/functions/list-variables.md +0 -2
- package/docs/examples/functions/list.md +0 -1
- package/docs/examples/functions/update-deployment-status.md +0 -3
- package/docs/examples/functions/update-function-deployment.md +0 -3
- package/docs/examples/functions/update-variable.md +0 -4
- package/docs/examples/functions/update.md +0 -3
- package/docs/examples/graphql/mutation.md +0 -2
- package/docs/examples/graphql/query.md +0 -2
- package/docs/examples/health/get-antivirus.md +0 -1
- package/docs/examples/health/get-cache.md +0 -1
- package/docs/examples/health/get-certificate.md +0 -1
- package/docs/examples/health/get-db.md +0 -1
- package/docs/examples/health/get-failed-jobs.md +0 -2
- package/docs/examples/health/get-pub-sub.md +0 -1
- package/docs/examples/health/get-queue-builds.md +0 -1
- package/docs/examples/health/get-queue-certificates.md +0 -1
- package/docs/examples/health/get-queue-databases.md +0 -1
- package/docs/examples/health/get-queue-deletes.md +0 -1
- package/docs/examples/health/get-queue-functions.md +0 -1
- package/docs/examples/health/get-queue-logs.md +0 -1
- package/docs/examples/health/get-queue-mails.md +0 -1
- package/docs/examples/health/get-queue-messaging.md +0 -1
- package/docs/examples/health/get-queue-migrations.md +0 -1
- package/docs/examples/health/get-queue-stats-resources.md +0 -1
- package/docs/examples/health/get-queue-usage.md +0 -1
- package/docs/examples/health/get-queue-webhooks.md +0 -1
- package/docs/examples/health/get-storage-local.md +0 -1
- package/docs/examples/health/get-storage.md +0 -1
- package/docs/examples/health/get-time.md +0 -1
- package/docs/examples/health/get.md +0 -1
- package/docs/examples/locale/get.md +0 -1
- package/docs/examples/locale/list-codes.md +0 -1
- package/docs/examples/locale/list-continents.md +0 -1
- package/docs/examples/locale/list-countries-eu.md +0 -1
- package/docs/examples/locale/list-countries-phones.md +0 -1
- package/docs/examples/locale/list-countries.md +0 -1
- package/docs/examples/locale/list-currencies.md +0 -1
- package/docs/examples/locale/list-languages.md +0 -1
- package/docs/examples/messaging/create-apns-provider.md +0 -3
- package/docs/examples/messaging/create-email.md +0 -4
- package/docs/examples/messaging/create-fcm-provider.md +0 -3
- package/docs/examples/messaging/create-mailgun-provider.md +0 -3
- package/docs/examples/messaging/create-msg-91-provider.md +0 -3
- package/docs/examples/messaging/create-push.md +0 -2
- package/docs/examples/messaging/create-resend-provider.md +0 -3
- package/docs/examples/messaging/create-sendgrid-provider.md +0 -3
- package/docs/examples/messaging/create-sms.md +0 -3
- package/docs/examples/messaging/create-smtp-provider.md +0 -4
- package/docs/examples/messaging/create-subscriber.md +0 -4
- package/docs/examples/messaging/create-telesign-provider.md +0 -3
- package/docs/examples/messaging/create-textmagic-provider.md +0 -3
- package/docs/examples/messaging/create-topic.md +0 -3
- package/docs/examples/messaging/create-twilio-provider.md +0 -3
- package/docs/examples/messaging/create-vonage-provider.md +0 -3
- package/docs/examples/messaging/delete-provider.md +0 -2
- package/docs/examples/messaging/delete-subscriber.md +0 -3
- package/docs/examples/messaging/delete-topic.md +0 -2
- package/docs/examples/messaging/delete.md +0 -2
- package/docs/examples/messaging/get-message.md +0 -2
- package/docs/examples/messaging/get-provider.md +0 -2
- package/docs/examples/messaging/get-subscriber.md +0 -3
- package/docs/examples/messaging/get-topic.md +0 -2
- package/docs/examples/messaging/list-message-logs.md +0 -2
- package/docs/examples/messaging/list-messages.md +0 -1
- package/docs/examples/messaging/list-provider-logs.md +0 -2
- package/docs/examples/messaging/list-providers.md +0 -1
- package/docs/examples/messaging/list-subscriber-logs.md +0 -2
- package/docs/examples/messaging/list-subscribers.md +0 -2
- package/docs/examples/messaging/list-targets.md +0 -2
- package/docs/examples/messaging/list-topic-logs.md +0 -2
- package/docs/examples/messaging/list-topics.md +0 -1
- package/docs/examples/messaging/update-apns-provider.md +0 -2
- package/docs/examples/messaging/update-email.md +0 -2
- package/docs/examples/messaging/update-fcm-provider.md +0 -2
- package/docs/examples/messaging/update-mailgun-provider.md +0 -2
- package/docs/examples/messaging/update-msg-91-provider.md +0 -2
- package/docs/examples/messaging/update-push.md +0 -2
- package/docs/examples/messaging/update-resend-provider.md +0 -2
- package/docs/examples/messaging/update-sendgrid-provider.md +0 -2
- package/docs/examples/messaging/update-sms.md +0 -2
- package/docs/examples/messaging/update-smtp-provider.md +0 -2
- package/docs/examples/messaging/update-telesign-provider.md +0 -2
- package/docs/examples/messaging/update-textmagic-provider.md +0 -2
- package/docs/examples/messaging/update-topic.md +0 -2
- package/docs/examples/messaging/update-twilio-provider.md +0 -2
- package/docs/examples/messaging/update-vonage-provider.md +0 -2
- package/docs/examples/migrations/create-appwrite-migration.md +0 -5
- package/docs/examples/migrations/create-csv-export.md +0 -3
- package/docs/examples/migrations/create-csv-import.md +0 -4
- package/docs/examples/migrations/create-firebase-migration.md +0 -3
- package/docs/examples/migrations/create-n-host-migration.md +0 -8
- package/docs/examples/migrations/create-supabase-migration.md +0 -7
- package/docs/examples/migrations/delete.md +0 -2
- package/docs/examples/migrations/get-appwrite-report.md +0 -5
- package/docs/examples/migrations/get-firebase-report.md +0 -3
- package/docs/examples/migrations/get-n-host-report.md +0 -8
- package/docs/examples/migrations/get-supabase-report.md +0 -7
- package/docs/examples/migrations/get.md +0 -2
- package/docs/examples/migrations/list.md +0 -1
- package/docs/examples/migrations/retry.md +0 -2
- package/docs/examples/project/create-variable.md +0 -3
- package/docs/examples/project/delete-variable.md +0 -2
- package/docs/examples/project/get-usage.md +0 -3
- package/docs/examples/project/get-variable.md +0 -2
- package/docs/examples/project/list-variables.md +0 -1
- package/docs/examples/project/update-variable.md +0 -3
- package/docs/examples/projects/create-dev-key.md +0 -4
- package/docs/examples/projects/create-jwt.md +0 -3
- package/docs/examples/projects/create-key.md +0 -4
- package/docs/examples/projects/create-platform.md +0 -4
- package/docs/examples/projects/create-smtp-test.md +0 -6
- package/docs/examples/projects/create-webhook.md +0 -6
- package/docs/examples/projects/create.md +0 -4
- package/docs/examples/projects/delete-dev-key.md +0 -3
- package/docs/examples/projects/delete-email-template.md +0 -4
- package/docs/examples/projects/delete-key.md +0 -3
- package/docs/examples/projects/delete-platform.md +0 -3
- package/docs/examples/projects/delete-sms-template.md +0 -4
- package/docs/examples/projects/delete-webhook.md +0 -3
- package/docs/examples/projects/delete.md +0 -2
- package/docs/examples/projects/get-dev-key.md +0 -3
- package/docs/examples/projects/get-email-template.md +0 -4
- package/docs/examples/projects/get-key.md +0 -3
- package/docs/examples/projects/get-platform.md +0 -3
- package/docs/examples/projects/get-sms-template.md +0 -4
- package/docs/examples/projects/get-webhook.md +0 -3
- package/docs/examples/projects/get.md +0 -2
- package/docs/examples/projects/list-dev-keys.md +0 -2
- package/docs/examples/projects/list-keys.md +0 -2
- package/docs/examples/projects/list-platforms.md +0 -2
- package/docs/examples/projects/list-webhooks.md +0 -2
- package/docs/examples/projects/list.md +0 -1
- package/docs/examples/projects/update-api-status-all.md +0 -3
- package/docs/examples/projects/update-api-status.md +0 -4
- package/docs/examples/projects/update-auth-duration.md +0 -3
- package/docs/examples/projects/update-auth-limit.md +0 -3
- package/docs/examples/projects/update-auth-password-dictionary.md +0 -3
- package/docs/examples/projects/update-auth-password-history.md +0 -3
- package/docs/examples/projects/update-auth-sessions-limit.md +0 -3
- package/docs/examples/projects/update-auth-status.md +0 -4
- package/docs/examples/projects/update-dev-key.md +0 -5
- package/docs/examples/projects/update-email-template.md +0 -6
- package/docs/examples/projects/update-key.md +0 -5
- package/docs/examples/projects/update-memberships-privacy.md +0 -5
- package/docs/examples/projects/update-mock-numbers.md +0 -3
- package/docs/examples/projects/update-o-auth-2.md +0 -3
- package/docs/examples/projects/update-personal-data-check.md +0 -3
- package/docs/examples/projects/update-platform.md +0 -4
- package/docs/examples/projects/update-service-status-all.md +0 -3
- package/docs/examples/projects/update-service-status.md +0 -4
- package/docs/examples/projects/update-session-alerts.md +0 -3
- package/docs/examples/projects/update-session-invalidation.md +0 -3
- package/docs/examples/projects/update-sms-template.md +0 -5
- package/docs/examples/projects/update-smtp.md +0 -3
- package/docs/examples/projects/update-team.md +0 -3
- package/docs/examples/projects/update-webhook-signature.md +0 -3
- package/docs/examples/projects/update-webhook.md +0 -7
- package/docs/examples/projects/update.md +0 -3
- package/docs/examples/proxy/create-api-rule.md +0 -2
- package/docs/examples/proxy/create-function-rule.md +0 -3
- package/docs/examples/proxy/create-redirect-rule.md +0 -6
- package/docs/examples/proxy/create-site-rule.md +0 -3
- package/docs/examples/proxy/delete-rule.md +0 -2
- package/docs/examples/proxy/get-rule.md +0 -2
- package/docs/examples/proxy/list-rules.md +0 -1
- package/docs/examples/proxy/update-rule-verification.md +0 -2
- package/docs/examples/sites/create-deployment.md +0 -4
- package/docs/examples/sites/create-duplicate-deployment.md +0 -3
- package/docs/examples/sites/create-template-deployment.md +0 -7
- package/docs/examples/sites/create-variable.md +0 -4
- package/docs/examples/sites/create-vcs-deployment.md +0 -4
- package/docs/examples/sites/create.md +0 -5
- package/docs/examples/sites/delete-deployment.md +0 -3
- package/docs/examples/sites/delete-log.md +0 -3
- package/docs/examples/sites/delete-variable.md +0 -3
- package/docs/examples/sites/delete.md +0 -2
- package/docs/examples/sites/get-deployment-download.md +0 -3
- package/docs/examples/sites/get-deployment.md +0 -3
- package/docs/examples/sites/get-log.md +0 -3
- package/docs/examples/sites/get-template.md +0 -2
- package/docs/examples/sites/get-usage.md +0 -2
- package/docs/examples/sites/get-variable.md +0 -3
- package/docs/examples/sites/get.md +0 -2
- package/docs/examples/sites/list-deployments.md +0 -2
- package/docs/examples/sites/list-frameworks.md +0 -1
- package/docs/examples/sites/list-logs.md +0 -2
- package/docs/examples/sites/list-specifications.md +0 -1
- package/docs/examples/sites/list-templates.md +0 -1
- package/docs/examples/sites/list-usage.md +0 -1
- package/docs/examples/sites/list-variables.md +0 -2
- package/docs/examples/sites/list.md +0 -1
- package/docs/examples/sites/update-deployment-status.md +0 -3
- package/docs/examples/sites/update-site-deployment.md +0 -3
- package/docs/examples/sites/update-variable.md +0 -4
- package/docs/examples/sites/update.md +0 -4
- package/docs/examples/storage/create-bucket.md +0 -3
- package/docs/examples/storage/create-file.md +0 -4
- package/docs/examples/storage/delete-bucket.md +0 -2
- package/docs/examples/storage/delete-file.md +0 -3
- package/docs/examples/storage/get-bucket-usage.md +0 -2
- package/docs/examples/storage/get-bucket.md +0 -2
- package/docs/examples/storage/get-file-download.md +0 -3
- package/docs/examples/storage/get-file-preview.md +0 -3
- package/docs/examples/storage/get-file-view.md +0 -3
- package/docs/examples/storage/get-file.md +0 -3
- package/docs/examples/storage/get-usage.md +0 -1
- package/docs/examples/storage/list-buckets.md +0 -1
- package/docs/examples/storage/list-files.md +0 -2
- package/docs/examples/storage/update-bucket.md +0 -3
- package/docs/examples/storage/update-file.md +0 -3
- package/docs/examples/tablesdb/create-boolean-column.md +0 -5
- package/docs/examples/tablesdb/create-datetime-column.md +0 -5
- package/docs/examples/tablesdb/create-email-column.md +0 -5
- package/docs/examples/tablesdb/create-enum-column.md +0 -6
- package/docs/examples/tablesdb/create-float-column.md +0 -5
- package/docs/examples/tablesdb/create-index.md +0 -6
- package/docs/examples/tablesdb/create-integer-column.md +0 -5
- package/docs/examples/tablesdb/create-ip-column.md +0 -5
- package/docs/examples/tablesdb/create-line-column.md +0 -5
- package/docs/examples/tablesdb/create-operations.md +0 -2
- package/docs/examples/tablesdb/create-point-column.md +0 -5
- package/docs/examples/tablesdb/create-polygon-column.md +0 -5
- package/docs/examples/tablesdb/create-relationship-column.md +0 -5
- package/docs/examples/tablesdb/create-row.md +0 -5
- package/docs/examples/tablesdb/create-rows.md +0 -4
- package/docs/examples/tablesdb/create-string-column.md +0 -6
- package/docs/examples/tablesdb/create-table.md +0 -4
- package/docs/examples/tablesdb/create-transaction.md +0 -1
- package/docs/examples/tablesdb/create-url-column.md +0 -5
- package/docs/examples/tablesdb/create.md +0 -3
- package/docs/examples/tablesdb/decrement-row-column.md +0 -5
- package/docs/examples/tablesdb/delete-column.md +0 -4
- package/docs/examples/tablesdb/delete-index.md +0 -4
- package/docs/examples/tablesdb/delete-row.md +0 -4
- package/docs/examples/tablesdb/delete-rows.md +0 -3
- package/docs/examples/tablesdb/delete-table.md +0 -3
- package/docs/examples/tablesdb/delete-transaction.md +0 -2
- package/docs/examples/tablesdb/delete.md +0 -2
- package/docs/examples/tablesdb/get-column.md +0 -4
- package/docs/examples/tablesdb/get-index.md +0 -4
- package/docs/examples/tablesdb/get-row.md +0 -4
- package/docs/examples/tablesdb/get-table-usage.md +0 -3
- package/docs/examples/tablesdb/get-table.md +0 -3
- package/docs/examples/tablesdb/get-transaction.md +0 -2
- package/docs/examples/tablesdb/get-usage.md +0 -2
- package/docs/examples/tablesdb/get.md +0 -2
- package/docs/examples/tablesdb/increment-row-column.md +0 -5
- package/docs/examples/tablesdb/list-columns.md +0 -3
- package/docs/examples/tablesdb/list-indexes.md +0 -3
- package/docs/examples/tablesdb/list-row-logs.md +0 -4
- package/docs/examples/tablesdb/list-rows.md +0 -3
- package/docs/examples/tablesdb/list-table-logs.md +0 -3
- package/docs/examples/tablesdb/list-tables.md +0 -2
- package/docs/examples/tablesdb/list-transactions.md +0 -1
- package/docs/examples/tablesdb/list-usage.md +0 -1
- package/docs/examples/tablesdb/list.md +0 -1
- package/docs/examples/tablesdb/update-boolean-column.md +0 -6
- package/docs/examples/tablesdb/update-datetime-column.md +0 -6
- package/docs/examples/tablesdb/update-email-column.md +0 -6
- package/docs/examples/tablesdb/update-enum-column.md +0 -7
- package/docs/examples/tablesdb/update-float-column.md +0 -6
- package/docs/examples/tablesdb/update-integer-column.md +0 -6
- package/docs/examples/tablesdb/update-ip-column.md +0 -6
- package/docs/examples/tablesdb/update-line-column.md +0 -5
- package/docs/examples/tablesdb/update-point-column.md +0 -5
- package/docs/examples/tablesdb/update-polygon-column.md +0 -5
- package/docs/examples/tablesdb/update-relationship-column.md +0 -4
- package/docs/examples/tablesdb/update-row.md +0 -4
- package/docs/examples/tablesdb/update-rows.md +0 -3
- package/docs/examples/tablesdb/update-string-column.md +0 -6
- package/docs/examples/tablesdb/update-table.md +0 -4
- package/docs/examples/tablesdb/update-transaction.md +0 -2
- package/docs/examples/tablesdb/update-url-column.md +0 -6
- package/docs/examples/tablesdb/update.md +0 -3
- package/docs/examples/tablesdb/upsert-row.md +0 -4
- package/docs/examples/tablesdb/upsert-rows.md +0 -4
- package/docs/examples/teams/create-membership.md +0 -3
- package/docs/examples/teams/create.md +0 -3
- package/docs/examples/teams/delete-membership.md +0 -3
- package/docs/examples/teams/delete.md +0 -2
- package/docs/examples/teams/get-membership.md +0 -3
- package/docs/examples/teams/get-prefs.md +0 -2
- package/docs/examples/teams/get.md +0 -2
- package/docs/examples/teams/list-logs.md +0 -2
- package/docs/examples/teams/list-memberships.md +0 -2
- package/docs/examples/teams/list.md +0 -1
- package/docs/examples/teams/update-membership-status.md +0 -5
- package/docs/examples/teams/update-membership.md +0 -4
- package/docs/examples/teams/update-name.md +0 -3
- package/docs/examples/teams/update-prefs.md +0 -3
- package/docs/examples/tokens/create-file-token.md +0 -3
- package/docs/examples/tokens/delete.md +0 -2
- package/docs/examples/tokens/get.md +0 -2
- package/docs/examples/tokens/list.md +0 -3
- package/docs/examples/tokens/update.md +0 -2
- package/docs/examples/users/create-argon-2-user.md +0 -4
- package/docs/examples/users/create-bcrypt-user.md +0 -4
- package/docs/examples/users/create-jwt.md +0 -2
- package/docs/examples/users/create-md-5-user.md +0 -4
- package/docs/examples/users/create-mfa-recovery-codes.md +0 -2
- package/docs/examples/users/create-ph-pass-user.md +0 -4
- package/docs/examples/users/create-scrypt-modified-user.md +0 -7
- package/docs/examples/users/create-scrypt-user.md +0 -9
- package/docs/examples/users/create-session.md +0 -2
- package/docs/examples/users/create-sha-user.md +0 -4
- package/docs/examples/users/create-target.md +0 -5
- package/docs/examples/users/create-token.md +0 -2
- package/docs/examples/users/create.md +0 -2
- package/docs/examples/users/delete-identity.md +0 -2
- package/docs/examples/users/delete-mfa-authenticator.md +0 -3
- package/docs/examples/users/delete-session.md +0 -3
- package/docs/examples/users/delete-sessions.md +0 -2
- package/docs/examples/users/delete-target.md +0 -3
- package/docs/examples/users/delete.md +0 -2
- package/docs/examples/users/get-mfa-recovery-codes.md +0 -2
- package/docs/examples/users/get-prefs.md +0 -2
- package/docs/examples/users/get-target.md +0 -3
- package/docs/examples/users/get-usage.md +0 -1
- package/docs/examples/users/get.md +0 -2
- package/docs/examples/users/list-identities.md +0 -1
- package/docs/examples/users/list-logs.md +0 -2
- package/docs/examples/users/list-memberships.md +0 -2
- package/docs/examples/users/list-mfa-factors.md +0 -2
- package/docs/examples/users/list-sessions.md +0 -2
- package/docs/examples/users/list-targets.md +0 -2
- package/docs/examples/users/list.md +0 -1
- package/docs/examples/users/update-email-verification.md +0 -3
- package/docs/examples/users/update-email.md +0 -3
- package/docs/examples/users/update-labels.md +0 -3
- package/docs/examples/users/update-mfa-recovery-codes.md +0 -2
- package/docs/examples/users/update-mfa.md +0 -3
- package/docs/examples/users/update-name.md +0 -3
- package/docs/examples/users/update-password.md +0 -3
- package/docs/examples/users/update-phone-verification.md +0 -3
- package/docs/examples/users/update-phone.md +0 -3
- package/docs/examples/users/update-prefs.md +0 -3
- package/docs/examples/users/update-status.md +0 -3
- package/docs/examples/users/update-target.md +0 -3
- package/docs/examples/vcs/create-repository-detection.md +0 -4
- package/docs/examples/vcs/create-repository.md +0 -4
- package/docs/examples/vcs/delete-installation.md +0 -2
- package/docs/examples/vcs/get-installation.md +0 -2
- package/docs/examples/vcs/get-repository-contents.md +0 -3
- package/docs/examples/vcs/get-repository.md +0 -3
- package/docs/examples/vcs/list-installations.md +0 -1
- package/docs/examples/vcs/list-repositories.md +0 -3
- package/docs/examples/vcs/list-repository-branches.md +0 -3
- package/docs/examples/vcs/update-external-deployments.md +0 -4
- package/lib/commands/account.ts +0 -1867
- package/lib/commands/console.ts +0 -112
- package/lib/commands/databases.ts +0 -3272
- package/lib/commands/functions.ts +0 -1587
- package/lib/commands/graphql.ts +0 -110
- package/lib/commands/health.ts +0 -753
- package/lib/commands/locale.ts +0 -270
- package/lib/commands/messaging.ts +0 -2878
- package/lib/commands/migrations.ts +0 -754
- package/lib/commands/organizations.ts +0 -46
- package/lib/commands/project.ts +0 -266
- package/lib/commands/projects.ts +0 -2370
- package/lib/commands/proxy.ts +0 -357
- package/lib/commands/sites.ts +0 -1514
- package/lib/commands/storage.ts +0 -919
- package/lib/commands/tables-db.ts +0 -3260
- package/lib/commands/teams.ts +0 -609
- package/lib/commands/tokens.ts +0 -232
- package/lib/commands/users.ts +0 -1804
- package/lib/commands/vcs.ts +0 -428
- package/lib/exception.ts +0 -20
|
@@ -1,728 +0,0 @@
|
|
|
1
|
-
import Client from '../client';
|
|
2
|
-
import { Command } from 'commander';
|
|
3
|
-
export declare const tablesDB: Command;
|
|
4
|
-
interface TablesDBListRequestParams {
|
|
5
|
-
queries?: string[];
|
|
6
|
-
search?: string;
|
|
7
|
-
total?: boolean;
|
|
8
|
-
overrideForCli?: boolean;
|
|
9
|
-
parseOutput?: boolean;
|
|
10
|
-
sdk?: Client;
|
|
11
|
-
console?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare const tablesDBList: ({ queries, search, total, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBListRequestParams) => Promise<any>;
|
|
14
|
-
interface TablesDBCreateRequestParams {
|
|
15
|
-
databaseId: string;
|
|
16
|
-
name: string;
|
|
17
|
-
enabled?: boolean;
|
|
18
|
-
overrideForCli?: boolean;
|
|
19
|
-
parseOutput?: boolean;
|
|
20
|
-
sdk?: Client;
|
|
21
|
-
}
|
|
22
|
-
export declare const tablesDBCreate: ({ databaseId, name, enabled, parseOutput, overrideForCli, sdk }: TablesDBCreateRequestParams) => Promise<any>;
|
|
23
|
-
interface TablesDBListTransactionsRequestParams {
|
|
24
|
-
queries?: string[];
|
|
25
|
-
overrideForCli?: boolean;
|
|
26
|
-
parseOutput?: boolean;
|
|
27
|
-
sdk?: Client;
|
|
28
|
-
console?: boolean;
|
|
29
|
-
}
|
|
30
|
-
export declare const tablesDBListTransactions: ({ queries, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBListTransactionsRequestParams) => Promise<any>;
|
|
31
|
-
interface TablesDBCreateTransactionRequestParams {
|
|
32
|
-
ttl?: number;
|
|
33
|
-
overrideForCli?: boolean;
|
|
34
|
-
parseOutput?: boolean;
|
|
35
|
-
sdk?: Client;
|
|
36
|
-
}
|
|
37
|
-
export declare const tablesDBCreateTransaction: ({ ttl, parseOutput, overrideForCli, sdk }: TablesDBCreateTransactionRequestParams) => Promise<any>;
|
|
38
|
-
interface TablesDBGetTransactionRequestParams {
|
|
39
|
-
transactionId: string;
|
|
40
|
-
overrideForCli?: boolean;
|
|
41
|
-
parseOutput?: boolean;
|
|
42
|
-
sdk?: Client;
|
|
43
|
-
console?: boolean;
|
|
44
|
-
}
|
|
45
|
-
export declare const tablesDBGetTransaction: ({ transactionId, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBGetTransactionRequestParams) => Promise<any>;
|
|
46
|
-
interface TablesDBUpdateTransactionRequestParams {
|
|
47
|
-
transactionId: string;
|
|
48
|
-
commit?: boolean;
|
|
49
|
-
rollback?: boolean;
|
|
50
|
-
overrideForCli?: boolean;
|
|
51
|
-
parseOutput?: boolean;
|
|
52
|
-
sdk?: Client;
|
|
53
|
-
}
|
|
54
|
-
export declare const tablesDBUpdateTransaction: ({ transactionId, commit, rollback, parseOutput, overrideForCli, sdk }: TablesDBUpdateTransactionRequestParams) => Promise<any>;
|
|
55
|
-
interface TablesDBDeleteTransactionRequestParams {
|
|
56
|
-
transactionId: string;
|
|
57
|
-
overrideForCli?: boolean;
|
|
58
|
-
parseOutput?: boolean;
|
|
59
|
-
sdk?: Client;
|
|
60
|
-
}
|
|
61
|
-
export declare const tablesDBDeleteTransaction: ({ transactionId, parseOutput, overrideForCli, sdk }: TablesDBDeleteTransactionRequestParams) => Promise<any>;
|
|
62
|
-
interface TablesDBCreateOperationsRequestParams {
|
|
63
|
-
transactionId: string;
|
|
64
|
-
operations?: object[];
|
|
65
|
-
overrideForCli?: boolean;
|
|
66
|
-
parseOutput?: boolean;
|
|
67
|
-
sdk?: Client;
|
|
68
|
-
}
|
|
69
|
-
export declare const tablesDBCreateOperations: ({ transactionId, operations, parseOutput, overrideForCli, sdk }: TablesDBCreateOperationsRequestParams) => Promise<any>;
|
|
70
|
-
interface TablesDBListUsageRequestParams {
|
|
71
|
-
range?: UsageRange;
|
|
72
|
-
overrideForCli?: boolean;
|
|
73
|
-
parseOutput?: boolean;
|
|
74
|
-
sdk?: Client;
|
|
75
|
-
console?: boolean;
|
|
76
|
-
}
|
|
77
|
-
export declare const tablesDBListUsage: ({ range, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBListUsageRequestParams) => Promise<any>;
|
|
78
|
-
interface TablesDBGetRequestParams {
|
|
79
|
-
databaseId: string;
|
|
80
|
-
overrideForCli?: boolean;
|
|
81
|
-
parseOutput?: boolean;
|
|
82
|
-
sdk?: Client;
|
|
83
|
-
console?: boolean;
|
|
84
|
-
}
|
|
85
|
-
export declare const tablesDBGet: ({ databaseId, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBGetRequestParams) => Promise<any>;
|
|
86
|
-
interface TablesDBUpdateRequestParams {
|
|
87
|
-
databaseId: string;
|
|
88
|
-
name: string;
|
|
89
|
-
enabled?: boolean;
|
|
90
|
-
overrideForCli?: boolean;
|
|
91
|
-
parseOutput?: boolean;
|
|
92
|
-
sdk?: Client;
|
|
93
|
-
}
|
|
94
|
-
export declare const tablesDBUpdate: ({ databaseId, name, enabled, parseOutput, overrideForCli, sdk }: TablesDBUpdateRequestParams) => Promise<any>;
|
|
95
|
-
interface TablesDBDeleteRequestParams {
|
|
96
|
-
databaseId: string;
|
|
97
|
-
overrideForCli?: boolean;
|
|
98
|
-
parseOutput?: boolean;
|
|
99
|
-
sdk?: Client;
|
|
100
|
-
}
|
|
101
|
-
export declare const tablesDBDelete: ({ databaseId, parseOutput, overrideForCli, sdk }: TablesDBDeleteRequestParams) => Promise<any>;
|
|
102
|
-
interface TablesDBListTablesRequestParams {
|
|
103
|
-
databaseId: string;
|
|
104
|
-
queries?: string[];
|
|
105
|
-
search?: string;
|
|
106
|
-
total?: boolean;
|
|
107
|
-
overrideForCli?: boolean;
|
|
108
|
-
parseOutput?: boolean;
|
|
109
|
-
sdk?: Client;
|
|
110
|
-
console?: boolean;
|
|
111
|
-
}
|
|
112
|
-
export declare const tablesDBListTables: ({ databaseId, queries, search, total, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBListTablesRequestParams) => Promise<any>;
|
|
113
|
-
interface TablesDBCreateTableRequestParams {
|
|
114
|
-
databaseId: string;
|
|
115
|
-
tableId: string;
|
|
116
|
-
name: string;
|
|
117
|
-
permissions?: string[];
|
|
118
|
-
rowSecurity?: boolean;
|
|
119
|
-
enabled?: boolean;
|
|
120
|
-
columns?: object[];
|
|
121
|
-
indexes?: object[];
|
|
122
|
-
overrideForCli?: boolean;
|
|
123
|
-
parseOutput?: boolean;
|
|
124
|
-
sdk?: Client;
|
|
125
|
-
}
|
|
126
|
-
export declare const tablesDBCreateTable: ({ databaseId, tableId, name, permissions, rowSecurity, enabled, columns, indexes, parseOutput, overrideForCli, sdk }: TablesDBCreateTableRequestParams) => Promise<any>;
|
|
127
|
-
interface TablesDBGetTableRequestParams {
|
|
128
|
-
databaseId: string;
|
|
129
|
-
tableId: string;
|
|
130
|
-
overrideForCli?: boolean;
|
|
131
|
-
parseOutput?: boolean;
|
|
132
|
-
sdk?: Client;
|
|
133
|
-
console?: boolean;
|
|
134
|
-
}
|
|
135
|
-
export declare const tablesDBGetTable: ({ databaseId, tableId, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBGetTableRequestParams) => Promise<any>;
|
|
136
|
-
interface TablesDBUpdateTableRequestParams {
|
|
137
|
-
databaseId: string;
|
|
138
|
-
tableId: string;
|
|
139
|
-
name: string;
|
|
140
|
-
permissions?: string[];
|
|
141
|
-
rowSecurity?: boolean;
|
|
142
|
-
enabled?: boolean;
|
|
143
|
-
overrideForCli?: boolean;
|
|
144
|
-
parseOutput?: boolean;
|
|
145
|
-
sdk?: Client;
|
|
146
|
-
}
|
|
147
|
-
export declare const tablesDBUpdateTable: ({ databaseId, tableId, name, permissions, rowSecurity, enabled, parseOutput, overrideForCli, sdk }: TablesDBUpdateTableRequestParams) => Promise<any>;
|
|
148
|
-
interface TablesDBDeleteTableRequestParams {
|
|
149
|
-
databaseId: string;
|
|
150
|
-
tableId: string;
|
|
151
|
-
overrideForCli?: boolean;
|
|
152
|
-
parseOutput?: boolean;
|
|
153
|
-
sdk?: Client;
|
|
154
|
-
}
|
|
155
|
-
export declare const tablesDBDeleteTable: ({ databaseId, tableId, parseOutput, overrideForCli, sdk }: TablesDBDeleteTableRequestParams) => Promise<any>;
|
|
156
|
-
interface TablesDBListColumnsRequestParams {
|
|
157
|
-
databaseId: string;
|
|
158
|
-
tableId: string;
|
|
159
|
-
queries?: string[];
|
|
160
|
-
total?: boolean;
|
|
161
|
-
overrideForCli?: boolean;
|
|
162
|
-
parseOutput?: boolean;
|
|
163
|
-
sdk?: Client;
|
|
164
|
-
console?: boolean;
|
|
165
|
-
}
|
|
166
|
-
export declare const tablesDBListColumns: ({ databaseId, tableId, queries, total, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBListColumnsRequestParams) => Promise<any>;
|
|
167
|
-
interface TablesDBCreateBooleanColumnRequestParams {
|
|
168
|
-
databaseId: string;
|
|
169
|
-
tableId: string;
|
|
170
|
-
key: string;
|
|
171
|
-
required: boolean;
|
|
172
|
-
xdefault?: boolean;
|
|
173
|
-
array?: boolean;
|
|
174
|
-
overrideForCli?: boolean;
|
|
175
|
-
parseOutput?: boolean;
|
|
176
|
-
sdk?: Client;
|
|
177
|
-
}
|
|
178
|
-
export declare const tablesDBCreateBooleanColumn: ({ databaseId, tableId, key, required, xdefault, array, parseOutput, overrideForCli, sdk }: TablesDBCreateBooleanColumnRequestParams) => Promise<any>;
|
|
179
|
-
interface TablesDBUpdateBooleanColumnRequestParams {
|
|
180
|
-
databaseId: string;
|
|
181
|
-
tableId: string;
|
|
182
|
-
key: string;
|
|
183
|
-
required: boolean;
|
|
184
|
-
xdefault: boolean;
|
|
185
|
-
newKey?: string;
|
|
186
|
-
overrideForCli?: boolean;
|
|
187
|
-
parseOutput?: boolean;
|
|
188
|
-
sdk?: Client;
|
|
189
|
-
}
|
|
190
|
-
export declare const tablesDBUpdateBooleanColumn: ({ databaseId, tableId, key, required, xdefault, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateBooleanColumnRequestParams) => Promise<any>;
|
|
191
|
-
interface TablesDBCreateDatetimeColumnRequestParams {
|
|
192
|
-
databaseId: string;
|
|
193
|
-
tableId: string;
|
|
194
|
-
key: string;
|
|
195
|
-
required: boolean;
|
|
196
|
-
xdefault?: string;
|
|
197
|
-
array?: boolean;
|
|
198
|
-
overrideForCli?: boolean;
|
|
199
|
-
parseOutput?: boolean;
|
|
200
|
-
sdk?: Client;
|
|
201
|
-
}
|
|
202
|
-
export declare const tablesDBCreateDatetimeColumn: ({ databaseId, tableId, key, required, xdefault, array, parseOutput, overrideForCli, sdk }: TablesDBCreateDatetimeColumnRequestParams) => Promise<any>;
|
|
203
|
-
interface TablesDBUpdateDatetimeColumnRequestParams {
|
|
204
|
-
databaseId: string;
|
|
205
|
-
tableId: string;
|
|
206
|
-
key: string;
|
|
207
|
-
required: boolean;
|
|
208
|
-
xdefault: string;
|
|
209
|
-
newKey?: string;
|
|
210
|
-
overrideForCli?: boolean;
|
|
211
|
-
parseOutput?: boolean;
|
|
212
|
-
sdk?: Client;
|
|
213
|
-
}
|
|
214
|
-
export declare const tablesDBUpdateDatetimeColumn: ({ databaseId, tableId, key, required, xdefault, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateDatetimeColumnRequestParams) => Promise<any>;
|
|
215
|
-
interface TablesDBCreateEmailColumnRequestParams {
|
|
216
|
-
databaseId: string;
|
|
217
|
-
tableId: string;
|
|
218
|
-
key: string;
|
|
219
|
-
required: boolean;
|
|
220
|
-
xdefault?: string;
|
|
221
|
-
array?: boolean;
|
|
222
|
-
overrideForCli?: boolean;
|
|
223
|
-
parseOutput?: boolean;
|
|
224
|
-
sdk?: Client;
|
|
225
|
-
}
|
|
226
|
-
export declare const tablesDBCreateEmailColumn: ({ databaseId, tableId, key, required, xdefault, array, parseOutput, overrideForCli, sdk }: TablesDBCreateEmailColumnRequestParams) => Promise<any>;
|
|
227
|
-
interface TablesDBUpdateEmailColumnRequestParams {
|
|
228
|
-
databaseId: string;
|
|
229
|
-
tableId: string;
|
|
230
|
-
key: string;
|
|
231
|
-
required: boolean;
|
|
232
|
-
xdefault: string;
|
|
233
|
-
newKey?: string;
|
|
234
|
-
overrideForCli?: boolean;
|
|
235
|
-
parseOutput?: boolean;
|
|
236
|
-
sdk?: Client;
|
|
237
|
-
}
|
|
238
|
-
export declare const tablesDBUpdateEmailColumn: ({ databaseId, tableId, key, required, xdefault, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateEmailColumnRequestParams) => Promise<any>;
|
|
239
|
-
interface TablesDBCreateEnumColumnRequestParams {
|
|
240
|
-
databaseId: string;
|
|
241
|
-
tableId: string;
|
|
242
|
-
key: string;
|
|
243
|
-
elements: string[];
|
|
244
|
-
required: boolean;
|
|
245
|
-
xdefault?: string;
|
|
246
|
-
array?: boolean;
|
|
247
|
-
overrideForCli?: boolean;
|
|
248
|
-
parseOutput?: boolean;
|
|
249
|
-
sdk?: Client;
|
|
250
|
-
}
|
|
251
|
-
export declare const tablesDBCreateEnumColumn: ({ databaseId, tableId, key, elements, required, xdefault, array, parseOutput, overrideForCli, sdk }: TablesDBCreateEnumColumnRequestParams) => Promise<any>;
|
|
252
|
-
interface TablesDBUpdateEnumColumnRequestParams {
|
|
253
|
-
databaseId: string;
|
|
254
|
-
tableId: string;
|
|
255
|
-
key: string;
|
|
256
|
-
elements: string[];
|
|
257
|
-
required: boolean;
|
|
258
|
-
xdefault: string;
|
|
259
|
-
newKey?: string;
|
|
260
|
-
overrideForCli?: boolean;
|
|
261
|
-
parseOutput?: boolean;
|
|
262
|
-
sdk?: Client;
|
|
263
|
-
}
|
|
264
|
-
export declare const tablesDBUpdateEnumColumn: ({ databaseId, tableId, key, elements, required, xdefault, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateEnumColumnRequestParams) => Promise<any>;
|
|
265
|
-
interface TablesDBCreateFloatColumnRequestParams {
|
|
266
|
-
databaseId: string;
|
|
267
|
-
tableId: string;
|
|
268
|
-
key: string;
|
|
269
|
-
required: boolean;
|
|
270
|
-
min?: number;
|
|
271
|
-
max?: number;
|
|
272
|
-
xdefault?: number;
|
|
273
|
-
array?: boolean;
|
|
274
|
-
overrideForCli?: boolean;
|
|
275
|
-
parseOutput?: boolean;
|
|
276
|
-
sdk?: Client;
|
|
277
|
-
}
|
|
278
|
-
export declare const tablesDBCreateFloatColumn: ({ databaseId, tableId, key, required, min, max, xdefault, array, parseOutput, overrideForCli, sdk }: TablesDBCreateFloatColumnRequestParams) => Promise<any>;
|
|
279
|
-
interface TablesDBUpdateFloatColumnRequestParams {
|
|
280
|
-
databaseId: string;
|
|
281
|
-
tableId: string;
|
|
282
|
-
key: string;
|
|
283
|
-
required: boolean;
|
|
284
|
-
xdefault: number;
|
|
285
|
-
min?: number;
|
|
286
|
-
max?: number;
|
|
287
|
-
newKey?: string;
|
|
288
|
-
overrideForCli?: boolean;
|
|
289
|
-
parseOutput?: boolean;
|
|
290
|
-
sdk?: Client;
|
|
291
|
-
}
|
|
292
|
-
export declare const tablesDBUpdateFloatColumn: ({ databaseId, tableId, key, required, xdefault, min, max, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateFloatColumnRequestParams) => Promise<any>;
|
|
293
|
-
interface TablesDBCreateIntegerColumnRequestParams {
|
|
294
|
-
databaseId: string;
|
|
295
|
-
tableId: string;
|
|
296
|
-
key: string;
|
|
297
|
-
required: boolean;
|
|
298
|
-
min?: number;
|
|
299
|
-
max?: number;
|
|
300
|
-
xdefault?: number;
|
|
301
|
-
array?: boolean;
|
|
302
|
-
overrideForCli?: boolean;
|
|
303
|
-
parseOutput?: boolean;
|
|
304
|
-
sdk?: Client;
|
|
305
|
-
}
|
|
306
|
-
export declare const tablesDBCreateIntegerColumn: ({ databaseId, tableId, key, required, min, max, xdefault, array, parseOutput, overrideForCli, sdk }: TablesDBCreateIntegerColumnRequestParams) => Promise<any>;
|
|
307
|
-
interface TablesDBUpdateIntegerColumnRequestParams {
|
|
308
|
-
databaseId: string;
|
|
309
|
-
tableId: string;
|
|
310
|
-
key: string;
|
|
311
|
-
required: boolean;
|
|
312
|
-
xdefault: number;
|
|
313
|
-
min?: number;
|
|
314
|
-
max?: number;
|
|
315
|
-
newKey?: string;
|
|
316
|
-
overrideForCli?: boolean;
|
|
317
|
-
parseOutput?: boolean;
|
|
318
|
-
sdk?: Client;
|
|
319
|
-
}
|
|
320
|
-
export declare const tablesDBUpdateIntegerColumn: ({ databaseId, tableId, key, required, xdefault, min, max, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateIntegerColumnRequestParams) => Promise<any>;
|
|
321
|
-
interface TablesDBCreateIpColumnRequestParams {
|
|
322
|
-
databaseId: string;
|
|
323
|
-
tableId: string;
|
|
324
|
-
key: string;
|
|
325
|
-
required: boolean;
|
|
326
|
-
xdefault?: string;
|
|
327
|
-
array?: boolean;
|
|
328
|
-
overrideForCli?: boolean;
|
|
329
|
-
parseOutput?: boolean;
|
|
330
|
-
sdk?: Client;
|
|
331
|
-
}
|
|
332
|
-
export declare const tablesDBCreateIpColumn: ({ databaseId, tableId, key, required, xdefault, array, parseOutput, overrideForCli, sdk }: TablesDBCreateIpColumnRequestParams) => Promise<any>;
|
|
333
|
-
interface TablesDBUpdateIpColumnRequestParams {
|
|
334
|
-
databaseId: string;
|
|
335
|
-
tableId: string;
|
|
336
|
-
key: string;
|
|
337
|
-
required: boolean;
|
|
338
|
-
xdefault: string;
|
|
339
|
-
newKey?: string;
|
|
340
|
-
overrideForCli?: boolean;
|
|
341
|
-
parseOutput?: boolean;
|
|
342
|
-
sdk?: Client;
|
|
343
|
-
}
|
|
344
|
-
export declare const tablesDBUpdateIpColumn: ({ databaseId, tableId, key, required, xdefault, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateIpColumnRequestParams) => Promise<any>;
|
|
345
|
-
interface TablesDBCreateLineColumnRequestParams {
|
|
346
|
-
databaseId: string;
|
|
347
|
-
tableId: string;
|
|
348
|
-
key: string;
|
|
349
|
-
required: boolean;
|
|
350
|
-
xdefault?: any[];
|
|
351
|
-
overrideForCli?: boolean;
|
|
352
|
-
parseOutput?: boolean;
|
|
353
|
-
sdk?: Client;
|
|
354
|
-
}
|
|
355
|
-
export declare const tablesDBCreateLineColumn: ({ databaseId, tableId, key, required, xdefault, parseOutput, overrideForCli, sdk }: TablesDBCreateLineColumnRequestParams) => Promise<any>;
|
|
356
|
-
interface TablesDBUpdateLineColumnRequestParams {
|
|
357
|
-
databaseId: string;
|
|
358
|
-
tableId: string;
|
|
359
|
-
key: string;
|
|
360
|
-
required: boolean;
|
|
361
|
-
xdefault?: any[];
|
|
362
|
-
newKey?: string;
|
|
363
|
-
overrideForCli?: boolean;
|
|
364
|
-
parseOutput?: boolean;
|
|
365
|
-
sdk?: Client;
|
|
366
|
-
}
|
|
367
|
-
export declare const tablesDBUpdateLineColumn: ({ databaseId, tableId, key, required, xdefault, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateLineColumnRequestParams) => Promise<any>;
|
|
368
|
-
interface TablesDBCreatePointColumnRequestParams {
|
|
369
|
-
databaseId: string;
|
|
370
|
-
tableId: string;
|
|
371
|
-
key: string;
|
|
372
|
-
required: boolean;
|
|
373
|
-
xdefault?: any[];
|
|
374
|
-
overrideForCli?: boolean;
|
|
375
|
-
parseOutput?: boolean;
|
|
376
|
-
sdk?: Client;
|
|
377
|
-
}
|
|
378
|
-
export declare const tablesDBCreatePointColumn: ({ databaseId, tableId, key, required, xdefault, parseOutput, overrideForCli, sdk }: TablesDBCreatePointColumnRequestParams) => Promise<any>;
|
|
379
|
-
interface TablesDBUpdatePointColumnRequestParams {
|
|
380
|
-
databaseId: string;
|
|
381
|
-
tableId: string;
|
|
382
|
-
key: string;
|
|
383
|
-
required: boolean;
|
|
384
|
-
xdefault?: any[];
|
|
385
|
-
newKey?: string;
|
|
386
|
-
overrideForCli?: boolean;
|
|
387
|
-
parseOutput?: boolean;
|
|
388
|
-
sdk?: Client;
|
|
389
|
-
}
|
|
390
|
-
export declare const tablesDBUpdatePointColumn: ({ databaseId, tableId, key, required, xdefault, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdatePointColumnRequestParams) => Promise<any>;
|
|
391
|
-
interface TablesDBCreatePolygonColumnRequestParams {
|
|
392
|
-
databaseId: string;
|
|
393
|
-
tableId: string;
|
|
394
|
-
key: string;
|
|
395
|
-
required: boolean;
|
|
396
|
-
xdefault?: any[];
|
|
397
|
-
overrideForCli?: boolean;
|
|
398
|
-
parseOutput?: boolean;
|
|
399
|
-
sdk?: Client;
|
|
400
|
-
}
|
|
401
|
-
export declare const tablesDBCreatePolygonColumn: ({ databaseId, tableId, key, required, xdefault, parseOutput, overrideForCli, sdk }: TablesDBCreatePolygonColumnRequestParams) => Promise<any>;
|
|
402
|
-
interface TablesDBUpdatePolygonColumnRequestParams {
|
|
403
|
-
databaseId: string;
|
|
404
|
-
tableId: string;
|
|
405
|
-
key: string;
|
|
406
|
-
required: boolean;
|
|
407
|
-
xdefault?: any[];
|
|
408
|
-
newKey?: string;
|
|
409
|
-
overrideForCli?: boolean;
|
|
410
|
-
parseOutput?: boolean;
|
|
411
|
-
sdk?: Client;
|
|
412
|
-
}
|
|
413
|
-
export declare const tablesDBUpdatePolygonColumn: ({ databaseId, tableId, key, required, xdefault, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdatePolygonColumnRequestParams) => Promise<any>;
|
|
414
|
-
interface TablesDBCreateRelationshipColumnRequestParams {
|
|
415
|
-
databaseId: string;
|
|
416
|
-
tableId: string;
|
|
417
|
-
relatedTableId: string;
|
|
418
|
-
type: RelationshipType;
|
|
419
|
-
twoWay?: boolean;
|
|
420
|
-
key?: string;
|
|
421
|
-
twoWayKey?: string;
|
|
422
|
-
onDelete?: RelationMutate;
|
|
423
|
-
overrideForCli?: boolean;
|
|
424
|
-
parseOutput?: boolean;
|
|
425
|
-
sdk?: Client;
|
|
426
|
-
}
|
|
427
|
-
export declare const tablesDBCreateRelationshipColumn: ({ databaseId, tableId, relatedTableId, type, twoWay, key, twoWayKey, onDelete, parseOutput, overrideForCli, sdk }: TablesDBCreateRelationshipColumnRequestParams) => Promise<any>;
|
|
428
|
-
interface TablesDBCreateStringColumnRequestParams {
|
|
429
|
-
databaseId: string;
|
|
430
|
-
tableId: string;
|
|
431
|
-
key: string;
|
|
432
|
-
size: number;
|
|
433
|
-
required: boolean;
|
|
434
|
-
xdefault?: string;
|
|
435
|
-
array?: boolean;
|
|
436
|
-
encrypt?: boolean;
|
|
437
|
-
overrideForCli?: boolean;
|
|
438
|
-
parseOutput?: boolean;
|
|
439
|
-
sdk?: Client;
|
|
440
|
-
}
|
|
441
|
-
export declare const tablesDBCreateStringColumn: ({ databaseId, tableId, key, size, required, xdefault, array, encrypt, parseOutput, overrideForCli, sdk }: TablesDBCreateStringColumnRequestParams) => Promise<any>;
|
|
442
|
-
interface TablesDBUpdateStringColumnRequestParams {
|
|
443
|
-
databaseId: string;
|
|
444
|
-
tableId: string;
|
|
445
|
-
key: string;
|
|
446
|
-
required: boolean;
|
|
447
|
-
xdefault: string;
|
|
448
|
-
size?: number;
|
|
449
|
-
newKey?: string;
|
|
450
|
-
overrideForCli?: boolean;
|
|
451
|
-
parseOutput?: boolean;
|
|
452
|
-
sdk?: Client;
|
|
453
|
-
}
|
|
454
|
-
export declare const tablesDBUpdateStringColumn: ({ databaseId, tableId, key, required, xdefault, size, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateStringColumnRequestParams) => Promise<any>;
|
|
455
|
-
interface TablesDBCreateUrlColumnRequestParams {
|
|
456
|
-
databaseId: string;
|
|
457
|
-
tableId: string;
|
|
458
|
-
key: string;
|
|
459
|
-
required: boolean;
|
|
460
|
-
xdefault?: string;
|
|
461
|
-
array?: boolean;
|
|
462
|
-
overrideForCli?: boolean;
|
|
463
|
-
parseOutput?: boolean;
|
|
464
|
-
sdk?: Client;
|
|
465
|
-
}
|
|
466
|
-
export declare const tablesDBCreateUrlColumn: ({ databaseId, tableId, key, required, xdefault, array, parseOutput, overrideForCli, sdk }: TablesDBCreateUrlColumnRequestParams) => Promise<any>;
|
|
467
|
-
interface TablesDBUpdateUrlColumnRequestParams {
|
|
468
|
-
databaseId: string;
|
|
469
|
-
tableId: string;
|
|
470
|
-
key: string;
|
|
471
|
-
required: boolean;
|
|
472
|
-
xdefault: string;
|
|
473
|
-
newKey?: string;
|
|
474
|
-
overrideForCli?: boolean;
|
|
475
|
-
parseOutput?: boolean;
|
|
476
|
-
sdk?: Client;
|
|
477
|
-
}
|
|
478
|
-
export declare const tablesDBUpdateUrlColumn: ({ databaseId, tableId, key, required, xdefault, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateUrlColumnRequestParams) => Promise<any>;
|
|
479
|
-
interface TablesDBGetColumnRequestParams {
|
|
480
|
-
databaseId: string;
|
|
481
|
-
tableId: string;
|
|
482
|
-
key: string;
|
|
483
|
-
overrideForCli?: boolean;
|
|
484
|
-
parseOutput?: boolean;
|
|
485
|
-
sdk?: Client;
|
|
486
|
-
console?: boolean;
|
|
487
|
-
}
|
|
488
|
-
export declare const tablesDBGetColumn: ({ databaseId, tableId, key, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBGetColumnRequestParams) => Promise<any>;
|
|
489
|
-
interface TablesDBDeleteColumnRequestParams {
|
|
490
|
-
databaseId: string;
|
|
491
|
-
tableId: string;
|
|
492
|
-
key: string;
|
|
493
|
-
overrideForCli?: boolean;
|
|
494
|
-
parseOutput?: boolean;
|
|
495
|
-
sdk?: Client;
|
|
496
|
-
}
|
|
497
|
-
export declare const tablesDBDeleteColumn: ({ databaseId, tableId, key, parseOutput, overrideForCli, sdk }: TablesDBDeleteColumnRequestParams) => Promise<any>;
|
|
498
|
-
interface TablesDBUpdateRelationshipColumnRequestParams {
|
|
499
|
-
databaseId: string;
|
|
500
|
-
tableId: string;
|
|
501
|
-
key: string;
|
|
502
|
-
onDelete?: RelationMutate;
|
|
503
|
-
newKey?: string;
|
|
504
|
-
overrideForCli?: boolean;
|
|
505
|
-
parseOutput?: boolean;
|
|
506
|
-
sdk?: Client;
|
|
507
|
-
}
|
|
508
|
-
export declare const tablesDBUpdateRelationshipColumn: ({ databaseId, tableId, key, onDelete, newKey, parseOutput, overrideForCli, sdk }: TablesDBUpdateRelationshipColumnRequestParams) => Promise<any>;
|
|
509
|
-
interface TablesDBListIndexesRequestParams {
|
|
510
|
-
databaseId: string;
|
|
511
|
-
tableId: string;
|
|
512
|
-
queries?: string[];
|
|
513
|
-
total?: boolean;
|
|
514
|
-
overrideForCli?: boolean;
|
|
515
|
-
parseOutput?: boolean;
|
|
516
|
-
sdk?: Client;
|
|
517
|
-
console?: boolean;
|
|
518
|
-
}
|
|
519
|
-
export declare const tablesDBListIndexes: ({ databaseId, tableId, queries, total, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBListIndexesRequestParams) => Promise<any>;
|
|
520
|
-
interface TablesDBCreateIndexRequestParams {
|
|
521
|
-
databaseId: string;
|
|
522
|
-
tableId: string;
|
|
523
|
-
key: string;
|
|
524
|
-
type: IndexType;
|
|
525
|
-
columns: string[];
|
|
526
|
-
orders?: string[];
|
|
527
|
-
lengths?: number[];
|
|
528
|
-
overrideForCli?: boolean;
|
|
529
|
-
parseOutput?: boolean;
|
|
530
|
-
sdk?: Client;
|
|
531
|
-
}
|
|
532
|
-
export declare const tablesDBCreateIndex: ({ databaseId, tableId, key, type, columns, orders, lengths, parseOutput, overrideForCli, sdk }: TablesDBCreateIndexRequestParams) => Promise<any>;
|
|
533
|
-
interface TablesDBGetIndexRequestParams {
|
|
534
|
-
databaseId: string;
|
|
535
|
-
tableId: string;
|
|
536
|
-
key: string;
|
|
537
|
-
overrideForCli?: boolean;
|
|
538
|
-
parseOutput?: boolean;
|
|
539
|
-
sdk?: Client;
|
|
540
|
-
}
|
|
541
|
-
export declare const tablesDBGetIndex: ({ databaseId, tableId, key, parseOutput, overrideForCli, sdk }: TablesDBGetIndexRequestParams) => Promise<any>;
|
|
542
|
-
interface TablesDBDeleteIndexRequestParams {
|
|
543
|
-
databaseId: string;
|
|
544
|
-
tableId: string;
|
|
545
|
-
key: string;
|
|
546
|
-
overrideForCli?: boolean;
|
|
547
|
-
parseOutput?: boolean;
|
|
548
|
-
sdk?: Client;
|
|
549
|
-
}
|
|
550
|
-
export declare const tablesDBDeleteIndex: ({ databaseId, tableId, key, parseOutput, overrideForCli, sdk }: TablesDBDeleteIndexRequestParams) => Promise<any>;
|
|
551
|
-
interface TablesDBListTableLogsRequestParams {
|
|
552
|
-
databaseId: string;
|
|
553
|
-
tableId: string;
|
|
554
|
-
queries?: string[];
|
|
555
|
-
overrideForCli?: boolean;
|
|
556
|
-
parseOutput?: boolean;
|
|
557
|
-
sdk?: Client;
|
|
558
|
-
console?: boolean;
|
|
559
|
-
}
|
|
560
|
-
export declare const tablesDBListTableLogs: ({ databaseId, tableId, queries, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBListTableLogsRequestParams) => Promise<any>;
|
|
561
|
-
interface TablesDBListRowsRequestParams {
|
|
562
|
-
databaseId: string;
|
|
563
|
-
tableId: string;
|
|
564
|
-
queries?: string[];
|
|
565
|
-
transactionId?: string;
|
|
566
|
-
total?: boolean;
|
|
567
|
-
overrideForCli?: boolean;
|
|
568
|
-
parseOutput?: boolean;
|
|
569
|
-
sdk?: Client;
|
|
570
|
-
console?: boolean;
|
|
571
|
-
}
|
|
572
|
-
export declare const tablesDBListRows: ({ databaseId, tableId, queries, transactionId, total, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBListRowsRequestParams) => Promise<any>;
|
|
573
|
-
interface TablesDBCreateRowRequestParams {
|
|
574
|
-
databaseId: string;
|
|
575
|
-
tableId: string;
|
|
576
|
-
rowId: string;
|
|
577
|
-
data: object;
|
|
578
|
-
permissions?: string[];
|
|
579
|
-
transactionId?: string;
|
|
580
|
-
overrideForCli?: boolean;
|
|
581
|
-
parseOutput?: boolean;
|
|
582
|
-
sdk?: Client;
|
|
583
|
-
}
|
|
584
|
-
export declare const tablesDBCreateRow: ({ databaseId, tableId, rowId, data, permissions, transactionId, parseOutput, overrideForCli, sdk }: TablesDBCreateRowRequestParams) => Promise<any>;
|
|
585
|
-
interface TablesDBCreateRowsRequestParams {
|
|
586
|
-
databaseId: string;
|
|
587
|
-
tableId: string;
|
|
588
|
-
rows: object[];
|
|
589
|
-
transactionId?: string;
|
|
590
|
-
overrideForCli?: boolean;
|
|
591
|
-
parseOutput?: boolean;
|
|
592
|
-
sdk?: Client;
|
|
593
|
-
}
|
|
594
|
-
export declare const tablesDBCreateRows: ({ databaseId, tableId, rows, transactionId, parseOutput, overrideForCli, sdk }: TablesDBCreateRowsRequestParams) => Promise<any>;
|
|
595
|
-
interface TablesDBUpsertRowsRequestParams {
|
|
596
|
-
databaseId: string;
|
|
597
|
-
tableId: string;
|
|
598
|
-
rows: object[];
|
|
599
|
-
transactionId?: string;
|
|
600
|
-
overrideForCli?: boolean;
|
|
601
|
-
parseOutput?: boolean;
|
|
602
|
-
sdk?: Client;
|
|
603
|
-
}
|
|
604
|
-
export declare const tablesDBUpsertRows: ({ databaseId, tableId, rows, transactionId, parseOutput, overrideForCli, sdk }: TablesDBUpsertRowsRequestParams) => Promise<any>;
|
|
605
|
-
interface TablesDBUpdateRowsRequestParams {
|
|
606
|
-
databaseId: string;
|
|
607
|
-
tableId: string;
|
|
608
|
-
data?: object;
|
|
609
|
-
queries?: string[];
|
|
610
|
-
transactionId?: string;
|
|
611
|
-
overrideForCli?: boolean;
|
|
612
|
-
parseOutput?: boolean;
|
|
613
|
-
sdk?: Client;
|
|
614
|
-
}
|
|
615
|
-
export declare const tablesDBUpdateRows: ({ databaseId, tableId, data, queries, transactionId, parseOutput, overrideForCli, sdk }: TablesDBUpdateRowsRequestParams) => Promise<any>;
|
|
616
|
-
interface TablesDBDeleteRowsRequestParams {
|
|
617
|
-
databaseId: string;
|
|
618
|
-
tableId: string;
|
|
619
|
-
queries?: string[];
|
|
620
|
-
transactionId?: string;
|
|
621
|
-
overrideForCli?: boolean;
|
|
622
|
-
parseOutput?: boolean;
|
|
623
|
-
sdk?: Client;
|
|
624
|
-
}
|
|
625
|
-
export declare const tablesDBDeleteRows: ({ databaseId, tableId, queries, transactionId, parseOutput, overrideForCli, sdk }: TablesDBDeleteRowsRequestParams) => Promise<any>;
|
|
626
|
-
interface TablesDBGetRowRequestParams {
|
|
627
|
-
databaseId: string;
|
|
628
|
-
tableId: string;
|
|
629
|
-
rowId: string;
|
|
630
|
-
queries?: string[];
|
|
631
|
-
transactionId?: string;
|
|
632
|
-
overrideForCli?: boolean;
|
|
633
|
-
parseOutput?: boolean;
|
|
634
|
-
sdk?: Client;
|
|
635
|
-
console?: boolean;
|
|
636
|
-
}
|
|
637
|
-
export declare const tablesDBGetRow: ({ databaseId, tableId, rowId, queries, transactionId, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBGetRowRequestParams) => Promise<any>;
|
|
638
|
-
interface TablesDBUpsertRowRequestParams {
|
|
639
|
-
databaseId: string;
|
|
640
|
-
tableId: string;
|
|
641
|
-
rowId: string;
|
|
642
|
-
data?: object;
|
|
643
|
-
permissions?: string[];
|
|
644
|
-
transactionId?: string;
|
|
645
|
-
overrideForCli?: boolean;
|
|
646
|
-
parseOutput?: boolean;
|
|
647
|
-
sdk?: Client;
|
|
648
|
-
}
|
|
649
|
-
export declare const tablesDBUpsertRow: ({ databaseId, tableId, rowId, data, permissions, transactionId, parseOutput, overrideForCli, sdk }: TablesDBUpsertRowRequestParams) => Promise<any>;
|
|
650
|
-
interface TablesDBUpdateRowRequestParams {
|
|
651
|
-
databaseId: string;
|
|
652
|
-
tableId: string;
|
|
653
|
-
rowId: string;
|
|
654
|
-
data?: object;
|
|
655
|
-
permissions?: string[];
|
|
656
|
-
transactionId?: string;
|
|
657
|
-
overrideForCli?: boolean;
|
|
658
|
-
parseOutput?: boolean;
|
|
659
|
-
sdk?: Client;
|
|
660
|
-
}
|
|
661
|
-
export declare const tablesDBUpdateRow: ({ databaseId, tableId, rowId, data, permissions, transactionId, parseOutput, overrideForCli, sdk }: TablesDBUpdateRowRequestParams) => Promise<any>;
|
|
662
|
-
interface TablesDBDeleteRowRequestParams {
|
|
663
|
-
databaseId: string;
|
|
664
|
-
tableId: string;
|
|
665
|
-
rowId: string;
|
|
666
|
-
transactionId?: string;
|
|
667
|
-
overrideForCli?: boolean;
|
|
668
|
-
parseOutput?: boolean;
|
|
669
|
-
sdk?: Client;
|
|
670
|
-
}
|
|
671
|
-
export declare const tablesDBDeleteRow: ({ databaseId, tableId, rowId, transactionId, parseOutput, overrideForCli, sdk }: TablesDBDeleteRowRequestParams) => Promise<any>;
|
|
672
|
-
interface TablesDBListRowLogsRequestParams {
|
|
673
|
-
databaseId: string;
|
|
674
|
-
tableId: string;
|
|
675
|
-
rowId: string;
|
|
676
|
-
queries?: string[];
|
|
677
|
-
overrideForCli?: boolean;
|
|
678
|
-
parseOutput?: boolean;
|
|
679
|
-
sdk?: Client;
|
|
680
|
-
console?: boolean;
|
|
681
|
-
}
|
|
682
|
-
export declare const tablesDBListRowLogs: ({ databaseId, tableId, rowId, queries, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBListRowLogsRequestParams) => Promise<any>;
|
|
683
|
-
interface TablesDBDecrementRowColumnRequestParams {
|
|
684
|
-
databaseId: string;
|
|
685
|
-
tableId: string;
|
|
686
|
-
rowId: string;
|
|
687
|
-
column: string;
|
|
688
|
-
value?: number;
|
|
689
|
-
min?: number;
|
|
690
|
-
transactionId?: string;
|
|
691
|
-
overrideForCli?: boolean;
|
|
692
|
-
parseOutput?: boolean;
|
|
693
|
-
sdk?: Client;
|
|
694
|
-
}
|
|
695
|
-
export declare const tablesDBDecrementRowColumn: ({ databaseId, tableId, rowId, column, value, min, transactionId, parseOutput, overrideForCli, sdk }: TablesDBDecrementRowColumnRequestParams) => Promise<any>;
|
|
696
|
-
interface TablesDBIncrementRowColumnRequestParams {
|
|
697
|
-
databaseId: string;
|
|
698
|
-
tableId: string;
|
|
699
|
-
rowId: string;
|
|
700
|
-
column: string;
|
|
701
|
-
value?: number;
|
|
702
|
-
max?: number;
|
|
703
|
-
transactionId?: string;
|
|
704
|
-
overrideForCli?: boolean;
|
|
705
|
-
parseOutput?: boolean;
|
|
706
|
-
sdk?: Client;
|
|
707
|
-
}
|
|
708
|
-
export declare const tablesDBIncrementRowColumn: ({ databaseId, tableId, rowId, column, value, max, transactionId, parseOutput, overrideForCli, sdk }: TablesDBIncrementRowColumnRequestParams) => Promise<any>;
|
|
709
|
-
interface TablesDBGetTableUsageRequestParams {
|
|
710
|
-
databaseId: string;
|
|
711
|
-
tableId: string;
|
|
712
|
-
range?: UsageRange;
|
|
713
|
-
overrideForCli?: boolean;
|
|
714
|
-
parseOutput?: boolean;
|
|
715
|
-
sdk?: Client;
|
|
716
|
-
console?: boolean;
|
|
717
|
-
}
|
|
718
|
-
export declare const tablesDBGetTableUsage: ({ databaseId, tableId, range, parseOutput, overrideForCli, sdk, console: showConsole }: TablesDBGetTableUsageRequestParams) => Promise<any>;
|
|
719
|
-
interface TablesDBGetUsageRequestParams {
|
|
720
|
-
databaseId: string;
|
|
721
|
-
range?: UsageRange;
|
|
722
|
-
overrideForCli?: boolean;
|
|
723
|
-
parseOutput?: boolean;
|
|
724
|
-
sdk?: Client;
|
|
725
|
-
}
|
|
726
|
-
export declare const tablesDBGetUsage: ({ databaseId, range, parseOutput, overrideForCli, sdk }: TablesDBGetUsageRequestParams) => Promise<any>;
|
|
727
|
-
export {};
|
|
728
|
-
//# sourceMappingURL=tables-db.d.ts.map
|