@boboddy/sdk 0.5.0 → 0.5.1

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.
@@ -338,16 +338,16 @@ async function loadPushDefaults(opts) {
338
338
  return { baseUrl, projectId, accessToken };
339
339
  }
340
340
  export {
341
- setTelemetryDisabled,
342
- saveAuthProfile,
343
- resolveBoboddyBaseUrl,
344
- loadPushDefaults,
345
- loadProjectConfig,
346
- loadAuthProfile,
347
- loadAuthFile,
348
- isTelemetryDisabled,
349
- getOrCreateAnonymousId,
350
- getAuthFilePath,
341
+ PROJECT_CONFIG_RELATIVE_PATH,
351
342
  deleteAuthProfile,
352
- PROJECT_CONFIG_RELATIVE_PATH
343
+ getAuthFilePath,
344
+ getOrCreateAnonymousId,
345
+ isTelemetryDisabled,
346
+ loadAuthFile,
347
+ loadAuthProfile,
348
+ loadProjectConfig,
349
+ loadPushDefaults,
350
+ resolveBoboddyBaseUrl,
351
+ saveAuthProfile,
352
+ setTelemetryDisabled
353
353
  };
@@ -488,16 +488,16 @@ function makeAdvanceAllCtx() {
488
488
  };
489
489
  }
490
490
  export {
491
- serializeCondition,
492
- serializeCohortAdvancementPolicy,
493
- serializeAdvancementPolicy,
494
- makeAdvanceEachCtx,
495
- makeAdvanceCtx,
496
- makeAdvanceAllCtx,
497
- extractInlineStepSignalsListDefinitions,
498
- extractInlineComputedSignals,
499
- cohortAdvancementEventTypeValues,
500
- branchOutcomeValues,
491
+ Computed,
501
492
  Rule,
502
- Computed
493
+ branchOutcomeValues,
494
+ cohortAdvancementEventTypeValues,
495
+ extractInlineComputedSignals,
496
+ extractInlineStepSignalsListDefinitions,
497
+ makeAdvanceAllCtx,
498
+ makeAdvanceCtx,
499
+ makeAdvanceEachCtx,
500
+ serializeAdvancementPolicy,
501
+ serializeCohortAdvancementPolicy,
502
+ serializeCondition
503
503
  };