@ptkl/sdk 1.4.0 → 1.5.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.
@@ -82,7 +82,6 @@ var ProtokolSDK010 = (function (exports, axios) {
82
82
  ...headers,
83
83
  'Content-Type': 'application/json',
84
84
  },
85
- withCredentials: true,
86
85
  });
87
86
  super(client);
88
87
  this.env = null;
@@ -1454,7 +1453,6 @@ var ProtokolSDK010 = (function (exports, axios) {
1454
1453
  headers: {
1455
1454
  ...headers,
1456
1455
  },
1457
- withCredentials: true,
1458
1456
  });
1459
1457
  super(client);
1460
1458
  this.env = null;
package/dist/index.0.9.js CHANGED
@@ -81,8 +81,7 @@ var ProtokolSDK09 = (function (exports, axios) {
81
81
  headers: {
82
82
  ...headers,
83
83
  'Content-Type': 'application/json',
84
- },
85
- withCredentials: true,
84
+ }
86
85
  });
87
86
  super(client);
88
87
  this.env = null;
@@ -1278,8 +1277,7 @@ var ProtokolSDK09 = (function (exports, axios) {
1278
1277
  timeout: 30000,
1279
1278
  headers: {
1280
1279
  ...headers,
1281
- },
1282
- withCredentials: true,
1280
+ }
1283
1281
  });
1284
1282
  super(client);
1285
1283
  this.env = null;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ptkl/sdk",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "scripts": {
5
5
  "build": "rollup -c",
6
6
  "build:monaco": "npm run build && node scripts/generate-monaco-types.cjs",
@@ -19048,7 +19048,6 @@ class PlatformBaseClient extends BaseClient {
19048
19048
  ...headers,
19049
19049
  'Content-Type': 'application/json',
19050
19050
  },
19051
- withCredentials: true,
19052
19051
  });
19053
19052
  super(client);
19054
19053
  this.env = null;
@@ -20420,7 +20419,6 @@ class IntegrationsBaseClient extends BaseClient {
20420
20419
  headers: {
20421
20420
  ...headers,
20422
20421
  },
20423
- withCredentials: true,
20424
20422
  });
20425
20423
  super(client);
20426
20424
  this.env = null;
@@ -81,7 +81,6 @@ class PlatformBaseClient extends BaseClient {
81
81
  ...headers,
82
82
  'Content-Type': 'application/json',
83
83
  },
84
- withCredentials: true,
85
84
  });
86
85
  super(client);
87
86
  this.env = null;
@@ -1453,7 +1452,6 @@ class IntegrationsBaseClient extends BaseClient {
1453
1452
  headers: {
1454
1453
  ...headers,
1455
1454
  },
1456
- withCredentials: true,
1457
1455
  });
1458
1456
  super(client);
1459
1457
  this.env = null;
@@ -19049,8 +19049,7 @@ class PlatformBaseClient extends BaseClient {
19049
19049
  headers: {
19050
19050
  ...headers,
19051
19051
  'Content-Type': 'application/json',
19052
- },
19053
- withCredentials: true,
19052
+ }
19054
19053
  });
19055
19054
  super(client);
19056
19055
  this.env = null;
@@ -20246,8 +20245,7 @@ class IntegrationsBaseClient extends BaseClient {
20246
20245
  timeout: 30000,
20247
20246
  headers: {
20248
20247
  ...headers,
20249
- },
20250
- withCredentials: true,
20248
+ }
20251
20249
  });
20252
20250
  super(client);
20253
20251
  this.env = null;
@@ -80,8 +80,7 @@ class PlatformBaseClient extends BaseClient {
80
80
  headers: {
81
81
  ...headers,
82
82
  'Content-Type': 'application/json',
83
- },
84
- withCredentials: true,
83
+ }
85
84
  });
86
85
  super(client);
87
86
  this.env = null;
@@ -1277,8 +1276,7 @@ class IntegrationsBaseClient extends BaseClient {
1277
1276
  timeout: 30000,
1278
1277
  headers: {
1279
1278
  ...headers,
1280
- },
1281
- withCredentials: true,
1279
+ }
1282
1280
  });
1283
1281
  super(client);
1284
1282
  this.env = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ptkl/sdk",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "scripts": {
5
5
  "build": "rollup -c",
6
6
  "build:monaco": "npm run build && node scripts/generate-monaco-types.cjs",