@keboola/api-client 10.0.0 → 12.0.0

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.
@@ -22,6 +22,8 @@ declare const ComponentId: {
22
22
  readonly WR_THOUGHTSPOT: "keboola.wr-thoughtspot";
23
23
  readonly WR_SISENSE: "keboola.wr-sisense";
24
24
  readonly SCHEDULER: "keboola.scheduler";
25
+ readonly APP_SNOWFLAKE_DWH_MANAGER: "keboola.app-snowflake-dwh-manager";
26
+ readonly GOODDATA_WRITER: "keboola.gooddata-writer";
25
27
  readonly EX_DB_MYSQL: "keboola.ex-db-mysql";
26
28
  readonly EX_DB_PGSQL: "keboola.ex-db-pgsql";
27
29
  readonly EX_DB_REDSHIFT: "keboola.ex-db-redshift";
@@ -41,6 +43,7 @@ declare const ComponentId: {
41
43
  readonly EX_TERADATA: "keboola.ex-teradata";
42
44
  readonly KDS_EX_NETSUITE: "kds-team.ex-netsuite";
43
45
  readonly KDS_EX_PROGRESS_DB: "kds-team.ex-progress-db";
46
+ readonly EX_GOOGLE_ADS: "keboola.ex-google-ads";
44
47
  };
45
48
  type ComponentId = (typeof ComponentId)[keyof typeof ComponentId];
46
49
 
@@ -22,6 +22,8 @@ declare const ComponentId: {
22
22
  readonly WR_THOUGHTSPOT: "keboola.wr-thoughtspot";
23
23
  readonly WR_SISENSE: "keboola.wr-sisense";
24
24
  readonly SCHEDULER: "keboola.scheduler";
25
+ readonly APP_SNOWFLAKE_DWH_MANAGER: "keboola.app-snowflake-dwh-manager";
26
+ readonly GOODDATA_WRITER: "keboola.gooddata-writer";
25
27
  readonly EX_DB_MYSQL: "keboola.ex-db-mysql";
26
28
  readonly EX_DB_PGSQL: "keboola.ex-db-pgsql";
27
29
  readonly EX_DB_REDSHIFT: "keboola.ex-db-redshift";
@@ -41,6 +43,7 @@ declare const ComponentId: {
41
43
  readonly EX_TERADATA: "keboola.ex-teradata";
42
44
  readonly KDS_EX_NETSUITE: "kds-team.ex-netsuite";
43
45
  readonly KDS_EX_PROGRESS_DB: "kds-team.ex-progress-db";
46
+ readonly EX_GOOGLE_ADS: "keboola.ex-google-ads";
44
47
  };
45
48
  type ComponentId = (typeof ComponentId)[keyof typeof ComponentId];
46
49
 
@@ -1,6 +1,6 @@
1
1
  export { AdminRole } from '../chunk-Y5QJJWDQ.js';
2
2
  export { ProjectFeature } from '../chunk-GM3AKU5T.js';
3
- export { ComponentId } from '../chunk-64BDZOM2.js';
3
+ export { ComponentId } from '../chunk-WFBQUWRC.js';
4
4
 
5
5
  // src/constants/backends.ts
6
6
  var Backend = {
package/dist/index.cjs CHANGED
@@ -5,8 +5,8 @@ var chunk3FZHFTLG_cjs = require('./chunk-3FZHFTLG.cjs');
5
5
  var chunkIWIN6HKU_cjs = require('./chunk-IWIN6HKU.cjs');
6
6
  var chunkBR3SBEFE_cjs = require('./chunk-BR3SBEFE.cjs');
7
7
  var chunkAWRMGLMT_cjs = require('./chunk-AWRMGLMT.cjs');
8
- var chunkEKG3AIWF_cjs = require('./chunk-EKG3AIWF.cjs');
9
- require('./chunk-37VZRDNG.cjs');
8
+ var chunkUFQVOZZ6_cjs = require('./chunk-UFQVOZZ6.cjs');
9
+ require('./chunk-TTPJSPZA.cjs');
10
10
  var chunkGF4XZK5N_cjs = require('./chunk-GF4XZK5N.cjs');
11
11
  var chunkXBCR6YKE_cjs = require('./chunk-XBCR6YKE.cjs');
12
12
  var chunkCVV4HROS_cjs = require('./chunk-CVV4HROS.cjs');
@@ -842,7 +842,7 @@ var createClients = async ({
842
842
  },
843
843
  serviceMeta: meta
844
844
  };
845
- const configuration = chunkEKG3AIWF_cjs.createConfigurationSdk({
845
+ const configuration = chunkUFQVOZZ6_cjs.createConfigurationSdk({
846
846
  storageClient: storage,
847
847
  encryptionClient: client.encryption,
848
848
  context
@@ -1087,11 +1087,11 @@ Object.defineProperty(exports, "poll", {
1087
1087
  });
1088
1088
  Object.defineProperty(exports, "isEmptyDeep", {
1089
1089
  enumerable: true,
1090
- get: function () { return chunkEKG3AIWF_cjs.isEmptyDeep; }
1090
+ get: function () { return chunkUFQVOZZ6_cjs.isEmptyDeep; }
1091
1091
  });
1092
1092
  Object.defineProperty(exports, "schemaGuidedMerge", {
1093
1093
  enumerable: true,
1094
- get: function () { return chunkEKG3AIWF_cjs.schemaGuidedMerge; }
1094
+ get: function () { return chunkUFQVOZZ6_cjs.schemaGuidedMerge; }
1095
1095
  });
1096
1096
  Object.defineProperty(exports, "ServiceUnavailableError", {
1097
1097
  enumerable: true,