@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.
- package/dist/index.0.10.js +0 -2
- package/dist/index.0.9.js +2 -4
- package/dist/package.json +1 -1
- package/dist/v0.10/index.cjs.js +0 -2
- package/dist/v0.10/index.esm.js +0 -2
- package/dist/v0.9/index.cjs.js +2 -4
- package/dist/v0.9/index.esm.js +2 -4
- package/package.json +1 -1
package/dist/index.0.10.js
CHANGED
|
@@ -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
package/dist/v0.10/index.cjs.js
CHANGED
|
@@ -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;
|
package/dist/v0.10/index.esm.js
CHANGED
|
@@ -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;
|
package/dist/v0.9/index.cjs.js
CHANGED
|
@@ -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;
|
package/dist/v0.9/index.esm.js
CHANGED
|
@@ -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;
|