skapi-js 1.5.2-beta.0 → 1.5.2-beta.3

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/skapi.d.mts CHANGED
@@ -838,6 +838,7 @@ declare class Skapi {
838
838
  clientSecretRequest(params: {
839
839
  url: string;
840
840
  clientSecretName: string;
841
+ poll: boolean;
841
842
  method: 'GET' | 'POST' | 'DELETE' | 'PUT';
842
843
  headers?: {
843
844
  [key: string]: string;
package/dist/skapi.d.ts CHANGED
@@ -838,6 +838,7 @@ declare class Skapi {
838
838
  clientSecretRequest(params: {
839
839
  url: string;
840
840
  clientSecretName: string;
841
+ poll: boolean;
841
842
  method: 'GET' | 'POST' | 'DELETE' | 'PUT';
842
843
  headers?: {
843
844
  [key: string]: string;